commit:     1356be4077b6698da73c0dab223012739cf5f3ca
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 16:13:12 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 16:13:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1356be40

dev-python/pyliblzma: keyword for ppc.

Gentoo-Bug: https://bugs.gentoo.org/552770

Package-Manager: portage-2.3.0

 dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild 
b/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild
index c4fc1f5..ce9a492 100644
--- a/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild
+++ b/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild
@@ -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"
 

Reply via email to