commit: ef1cf81471fa55946be72f9ec06f7552781910cd Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Oct 9 16:41:35 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Oct 9 16:41:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1cf814
sys-apps/yum: keyword for ppc. Gentoo-Bug: https://bugs.gentoo.org/552770 Package-Manager: portage-2.3.0 sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild b/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild index f6d3b02..8583b6c 100644 --- a/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild +++ b/sys-apps/yum/yum-3.4.3_p20130218-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$ @@ -17,15 +17,17 @@ SRC_URI="https://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~ppc ~x86" IUSE="test" -RDEPEND="${PYTHON_DEPS} +RDEPEND=" + ${PYTHON_DEPS} app-arch/rpm[${PYTHON_USEDEP}] dev-python/sqlitecachec[${PYTHON_USEDEP}] dev-libs/libxml2[python,${PYTHON_USEDEP}] dev-python/pyliblzma[${PYTHON_USEDEP}] dev-python/urlgrabber[${PYTHON_USEDEP}]" + DEPEND="${RDEPEND} dev-util/intltool test? ( dev-python/nose[${PYTHON_USEDEP}] )"
