diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-05 20:20:39 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-05 20:45:03 +0100 |
commit | b78982c54a49a118e906b85b03c9e12e47bd9082 (patch) | |
tree | a114d3471491fbda7f0d8be415845ea05e0b0a0a | |
parent | 986fd337218c8e7bc1e5369de046e673c909041f (diff) | |
download | gentoo-b78982c54a49a118e906b85b03c9e12e47bd9082.tar.gz gentoo-b78982c54a49a118e906b85b03c9e12e47bd9082.tar.xz |
dev-python/webcolors: Keyword under ALLARCHES policy
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | dev-python/webcolors/webcolors-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webcolors/webcolors-1.5.ebuild b/dev-python/webcolors/webcolors-1.5.ebuild index 4557791e060..78a6a9b8868 100644 --- a/dev-python/webcolors/webcolors-1.5.ebuild +++ b/dev-python/webcolors/webcolors-1.5.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}.tar.gz" SLOT="0" LICENSE="BSD" -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="test" DEPEND=" |