diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 00:21:26 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 00:21:26 +0000 |
commit | 12fdd8adeb6129b11ccc16dedba46cc14af798ab (patch) | |
tree | d172e9ba6a6e0bf4679ce736c165fd191df80982 /dev-python/restkit/restkit-4.2.2.ebuild | |
parent | ppc64 stable, bug 540290 (diff) | |
download | gentoo-2-12fdd8adeb6129b11ccc16dedba46cc14af798ab.tar.gz gentoo-2-12fdd8adeb6129b11ccc16dedba46cc14af798ab.tar.bz2 gentoo-2-12fdd8adeb6129b11ccc16dedba46cc14af798ab.zip |
ppc64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/restkit/restkit-4.2.2.ebuild')
-rw-r--r-- | dev-python/restkit/restkit-4.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/restkit/restkit-4.2.2.ebuild b/dev-python/restkit/restkit-4.2.2.ebuild index 708865bfbd36..f37670f7f263 100644 --- a/dev-python/restkit/restkit-4.2.2.ebuild +++ b/dev-python/restkit/restkit-4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/restkit/restkit-4.2.2.ebuild,v 1.5 2015/03/06 22:45:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/restkit/restkit-4.2.2.ebuild,v 1.6 2015/03/07 00:21:26 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ppc64 ~x86" IUSE="+cli doc examples test" PY27_USEDEP="$(python_gen_usedep python2_7)" |