From f3cd2c087fb1c90585487b8e282586167bce703e Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 14 Oct 2015 18:09:57 +0200 Subject: [PATCH] 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 --- dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild index d61df27288551..60ef9f85a190d 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"