dev-python/pyliblzma: keyword for ppc.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 9 Oct 2016 16:13:12 +0000 (18:13 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 9 Oct 2016 16:13:27 +0000 (18:13 +0200)
Gentoo-Bug: https://bugs.gentoo.org/552770

Package-Manager: portage-2.3.0

dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild

index c4fc1f5156c625d9bff91387a15f716f2b55e771..ce9a4926b42887f001b4b36667c5af629d4776ad 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,13 +13,16 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~ppc ~x86"
 IUSE=""
 
-RDEPEND="app-arch/xz-utils"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       virtual/pkgconfig"
+RDEPEND="
+       app-arch/xz-utils"
+
+DEPEND="
+       ${RDEPEND}
+       virtual/pkgconfig
+       dev-python/setuptools[${PYTHON_USEDEP}]"
 
 DOCS="THANKS"