diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild | 8 |
1 files 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 f6d3b0200a1a..8583b6c97fc6 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}] )" |