diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-15 14:00:11 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-15 14:01:30 +0200 |
commit | 4e7c9488b35994767b438abd436500f09e59918a (patch) | |
tree | 4dc2bbe935afb65c456bd48d8127541cc55a1fe2 /dev-python/pkginfo | |
parent | dev-texlive/texlive-latexrecommended: Fix trailing whitespaces. (diff) | |
download | gentoo-4e7c9488b35994767b438abd436500f09e59918a.tar.gz gentoo-4e7c9488b35994767b438abd436500f09e59918a.tar.bz2 gentoo-4e7c9488b35994767b438abd436500f09e59918a.zip |
dev-python/pkginfo: Keyword under ALLARCHES policy
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=549148
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pkginfo')
-rw-r--r-- | dev-python/pkginfo/pkginfo-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pkginfo/pkginfo-1.2.1.ebuild b/dev-python/pkginfo/pkginfo-1.2.1.ebuild index 612ed8819ff8..a824322d17a9 100644 --- a/dev-python/pkginfo/pkginfo-1.2.1.ebuild +++ b/dev-python/pkginfo/pkginfo-1.2.1.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Provides an API for querying the distutils metadata written in a PKG-INFO file" HOMEPAGE="https://pypi.python.org/pypi/pkginfo" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="doc examples" LICENSE="MIT" |