dev-python/jedi: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Fixes bug 583704.

Package-Manager: portage-2.2.28
This commit is contained in:
Patrice Clement
2016-05-22 15:18:26 +00:00
parent 0909acacf1
commit 7eb0bb167c

View File

@@ -8,15 +8,17 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
DESCRIPTION="Awesome autocompletion library for python"
DESCRIPTION="Autocompletion library for Python"
HOMEPAGE="https://github.com/davidhalter/jedi"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="doc test"
RESTRICT="test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )