Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyliblzma/
Date: Sun, 09 Oct 2016 16:13:40
Message-Id: 1476029607.1356be4077b6698da73c0dab223012739cf5f3ca.monsieurp@gentoo
1 commit: 1356be4077b6698da73c0dab223012739cf5f3ca
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 16:13:12 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 16:13:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1356be40
7
8 dev-python/pyliblzma: keyword for ppc.
9
10 Gentoo-Bug: https://bugs.gentoo.org/552770
11
12 Package-Manager: portage-2.3.0
13
14 dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild | 15 +++++++++------
15 1 file changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild b/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild
18 index c4fc1f5..ce9a492 100644
19 --- a/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild
20 +++ b/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -13,13 +13,16 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
28
29 LICENSE="LGPL-3"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~ppc64 ~x86"
32 +KEYWORDS="~amd64 ~ppc64 ~ppc ~x86"
33 IUSE=""
34
35 -RDEPEND="app-arch/xz-utils"
36 -DEPEND="${RDEPEND}
37 - dev-python/setuptools[${PYTHON_USEDEP}]
38 - virtual/pkgconfig"
39 +RDEPEND="
40 + app-arch/xz-utils"
41 +
42 +DEPEND="
43 + ${RDEPEND}
44 + virtual/pkgconfig
45 + dev-python/setuptools[${PYTHON_USEDEP}]"
46
47 DOCS="THANKS"