dev-python/pbr: removing bad keywords
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 23 Mar 2017 06:12:25 +0000 (01:12 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 23 Mar 2017 06:13:42 +0000 (01:13 -0500)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/pbr/pbr-2.0.0.ebuild

index 400dd091fffc8ebe3b1c178d1341a3717f6cded4..924048c2fcf448a5cfd8ed4c87ed9388b24cd4b4 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 PYTHON_REQ_USE="threads(+)"
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 # git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038
@@ -26,7 +26,7 @@ DEPEND="
                >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
                >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
                >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-               >=dev-python/sphinx-1.5.1[${PYTHON_USEDEP}]
+               >=dev-python/sphinx-1.5.1[$(python_gen_usedep 'python2_7' 'python3_4' 'python3_5' 'python3_6')]
                >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
                >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
                >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]