summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-10-09 18:13:12 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-10-09 18:13:27 +0200
commit1356be4077b6698da73c0dab223012739cf5f3ca (patch)
treef7584d18d0a48e43a45af3e9ca50a2d687370ebc /dev-python/pyliblzma
parentkde-apps/kdebase-runtime-meta: Add USE=nls for translations (diff)
downloadgentoo-1356be4077b6698da73c0dab223012739cf5f3ca.tar.gz
gentoo-1356be4077b6698da73c0dab223012739cf5f3ca.tar.bz2
gentoo-1356be4077b6698da73c0dab223012739cf5f3ca.zip
dev-python/pyliblzma: keyword for ppc.
Gentoo-Bug: https://bugs.gentoo.org/552770 Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/pyliblzma')
-rw-r--r--dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild15
1 files 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 c4fc1f5156c6..ce9a4926b428 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"