diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-05 20:22:05 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-05 20:45:03 +0100 |
commit | e3abfe6a435a9194fd6a0cc6b58d4bb41e727911 (patch) | |
tree | 702834c84ac5cfc6863240c35264d72449511d57 /dev-python/functools32 | |
parent | dev-python/webcolors: Keyword under ALLARCHES policy (diff) | |
download | gentoo-e3abfe6a435a9194fd6a0cc6b58d4bb41e727911.tar.gz gentoo-e3abfe6a435a9194fd6a0cc6b58d4bb41e727911.tar.bz2 gentoo-e3abfe6a435a9194fd6a0cc6b58d4bb41e727911.zip |
dev-python/functools32: Keyword under ALLARCHES policy
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/functools32')
-rw-r--r-- | dev-python/functools32/functools32-3.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/functools32/functools32-3.2.3.ebuild b/dev-python/functools32/functools32-3.2.3.ebuild index 4506727261d3..b4ae510969f9 100644 --- a/dev-python/functools32/functools32-3.2.3.ebuild +++ b/dev-python/functools32/functools32-3.2.3.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$ @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}-2.tar.gz" SLOT="0" LICENSE="PSF-2.4" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/${P}-2 |