diff options
author | 2020-07-09 10:50:57 +0200 | |
---|---|---|
committer | 2020-07-09 10:59:17 +0200 | |
commit | 9534287feab22ccd837daebcede5963984815370 (patch) | |
tree | 88b16e5dfa4e47dba46a92be5287ac9d6f1a2d21 /dev-python/xmlschema | |
parent | dev-python/xlsxwriter: x86 stable wrt bug #731642 (diff) | |
download | gentoo-9534287feab22ccd837daebcede5963984815370.tar.gz gentoo-9534287feab22ccd837daebcede5963984815370.tar.bz2 gentoo-9534287feab22ccd837daebcede5963984815370.zip |
dev-python/xmlschema: x86 stable wrt bug #731644
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/xmlschema')
-rw-r--r-- | dev-python/xmlschema/xmlschema-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlschema/xmlschema-1.2.0.ebuild b/dev-python/xmlschema/xmlschema-1.2.0.ebuild index 875ca702424e..8891b86320f3 100644 --- a/dev-python/xmlschema/xmlschema-1.2.0.ebuild +++ b/dev-python/xmlschema/xmlschema-1.2.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |