diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-14 18:09:57 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-14 18:11:34 +0200 |
commit | f3cd2c087fb1c90585487b8e282586167bce703e (patch) | |
tree | 85fe9240c05c85e9047edeb8494c3dfad9798db3 /dev-python/defusedxml | |
parent | profiles/package.mask: Mask dev-java/{lzma,lzmajio} for removal. See bug 563066. (diff) | |
download | gentoo-f3cd2c087fb1c90585487b8e282586167bce703e.tar.gz gentoo-f3cd2c087fb1c90585487b8e282586167bce703e.tar.bz2 gentoo-f3cd2c087fb1c90585487b8e282586167bce703e.zip |
dev-python/defusedxml: Keyword under ALLARCHES policy
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=516442
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/defusedxml')
-rw-r--r-- | dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild index d61df2728855..60ef9f85a190 100644 --- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild +++ b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild @@ -12,7 +12,7 @@ inherit distutils-r1 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser" HOMEPAGE="https://bitbucket.org/tiran/defusedxml" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="alpha amd64 arm hppa ~ppc64 x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="examples" LICENSE="PSF-2" |