From: Patrice Clement Date: Sun, 22 May 2016 15:18:26 +0000 (+0000) Subject: dev-python/jedi: Stable for amd64. Retroactively mark stable for the remaining arches... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7eb0bb167c10b3fed60d9caafc54d9dfb204da46;p=gentoo.git 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 --- diff --git a/dev-python/jedi/jedi-0.9.0.ebuild b/dev-python/jedi/jedi-0.9.0.ebuild index b206bf5971b5..fbae5f5b451a 100644 --- a/dev-python/jedi/jedi-0.9.0.ebuild +++ b/dev-python/jedi/jedi-0.9.0.ebuild @@ -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 )