diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-27 09:27:28 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-27 10:26:12 +0100 |
commit | fe82bdd13c31fd4e58f35c90357e1bf653dda55f (patch) | |
tree | c4b1fb10ef1f97e826ea52d9f8f9452a3401c434 /dev-python/enum34 | |
parent | net-misc/whatportis: New package, ebuild written by me (diff) | |
download | gentoo-fe82bdd13c31fd4e58f35c90357e1bf653dda55f.tar.gz gentoo-fe82bdd13c31fd4e58f35c90357e1bf653dda55f.tar.bz2 gentoo-fe82bdd13c31fd4e58f35c90357e1bf653dda55f.zip |
dev-python/enum34: Stable under ALLARCHES policy
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/enum34')
-rw-r--r-- | dev-python/enum34/enum34-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/enum34/enum34-1.0.4.ebuild b/dev-python/enum34/enum34-1.0.4.ebuild index 9bc65e416cd5..ed660ba3b1d5 100644 --- a/dev-python/enum34/enum34-1.0.4.ebuild +++ b/dev-python/enum34/enum34-1.0.4.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$ @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="doc" DEPEND="" |