diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-05 20:17:51 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-05 20:45:03 +0100 |
commit | 15c6d53104acea11c820719af18ba85601cb5298 (patch) | |
tree | 75eefda8208e66c6e0c3f83197ee97da4f49c312 /dev-python/rfc3986 | |
parent | dev-python/bokeh: Version Bump (diff) | |
download | gentoo-15c6d53104acea11c820719af18ba85601cb5298.tar.gz gentoo-15c6d53104acea11c820719af18ba85601cb5298.tar.bz2 gentoo-15c6d53104acea11c820719af18ba85601cb5298.zip |
dev-python/rfc3986: Keyword under ALLARCHES policy
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/rfc3986')
-rw-r--r-- | dev-python/rfc3986/rfc3986-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rfc3986/rfc3986-0.3.1.ebuild b/dev-python/rfc3986/rfc3986-0.3.1.ebuild index 98afd20218e4..47ae9137751b 100644 --- a/dev-python/rfc3986/rfc3986-0.3.1.ebuild +++ b/dev-python/rfc3986/rfc3986-0.3.1.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" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="test" DEPEND=" |