sys-apps/yum: keyword for ppc.

Gentoo-Bug: https://bugs.gentoo.org/552770

Package-Manager: portage-2.3.0
This commit is contained in:
Patrice Clement
2016-10-09 18:41:35 +02:00
parent 2a3925acc8
commit ef1cf81471

View File

@@ -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}] )"