dev-python/jedi: Stable for amd64. Retroactively mark stable for the remaining arches...
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 22 May 2016 15:18:26 +0000 (15:18 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 22 May 2016 15:24:37 +0000 (15:24 +0000)
Package-Manager: portage-2.2.28

dev-python/jedi/jedi-0.9.0.ebuild

index b206bf5971b526534f7ec43e2d1150c0d35c723a..fbae5f5b451a8ac194e9c3a10fcd5085d3ba688d 100644 (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 )