Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/
Date: Sun, 09 Oct 2016 16:42:04
Message-Id: 1476031308.ef1cf81471fa55946be72f9ec06f7552781910cd.monsieurp@gentoo
1 commit: ef1cf81471fa55946be72f9ec06f7552781910cd
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 16:41:35 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 16:41:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1cf814
7
8 sys-apps/yum: keyword for ppc.
9
10 Gentoo-Bug: https://bugs.gentoo.org/552770
11
12 Package-Manager: portage-2.3.0
13
14 sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild | 8 +++++---
15 1 file changed, 5 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild b/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild
18 index f6d3b02..8583b6c 100644
19 --- a/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild
20 +++ b/sys-apps/yum/yum-3.4.3_p20130218-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 @@ -17,15 +17,17 @@ SRC_URI="https://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~ppc64 ~x86"
32 +KEYWORDS="~amd64 ~ppc64 ~ppc ~x86"
33 IUSE="test"
34
35 -RDEPEND="${PYTHON_DEPS}
36 +RDEPEND="
37 + ${PYTHON_DEPS}
38 app-arch/rpm[${PYTHON_USEDEP}]
39 dev-python/sqlitecachec[${PYTHON_USEDEP}]
40 dev-libs/libxml2[python,${PYTHON_USEDEP}]
41 dev-python/pyliblzma[${PYTHON_USEDEP}]
42 dev-python/urlgrabber[${PYTHON_USEDEP}]"
43 +
44 DEPEND="${RDEPEND}
45 dev-util/intltool
46 test? ( dev-python/nose[${PYTHON_USEDEP}] )"