diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-14 16:33:33 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-14 17:43:43 +0200 |
commit | 2c806051e783ba4537f23584e2b631b3a1af76f1 (patch) | |
tree | 370ac2221db2db91ed44f802d11884c55ccfa554 /dev-python/singledispatch | |
parent | dev-lang/gdl: Remove old (diff) | |
download | gentoo-2c806051e783ba4537f23584e2b631b3a1af76f1.tar.gz gentoo-2c806051e783ba4537f23584e2b631b3a1af76f1.tar.bz2 gentoo-2c806051e783ba4537f23584e2b631b3a1af76f1.zip |
dev-python/singledispatch: Keyword under ALLARCHES policy
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=555402
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/singledispatch')
-rw-r--r-- | dev-python/singledispatch/singledispatch-3.4.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild index 3cb00c89e9e4..299c99f11bae 100644 --- a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild +++ b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PF}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |