diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-29 14:09:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-29 14:10:25 +0200 |
commit | d7460cc5d63220a5ebdd054ffce6fdd242e386d3 (patch) | |
tree | 3b74665916dc5fcabde97ae22b8fb658303777d5 /dev-python | |
parent | dev-python/xlwt: Remove redundant versions (diff) | |
download | gentoo-d7460cc5d63220a5ebdd054ffce6fdd242e386d3.tar.gz gentoo-d7460cc5d63220a5ebdd054ffce6fdd242e386d3.tar.bz2 gentoo-d7460cc5d63220a5ebdd054ffce6fdd242e386d3.zip |
dev-python/xmlschema: Forward-port ~arm ~sparc to 1.1.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/xmlschema/xmlschema-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlschema/xmlschema-1.1.2.ebuild b/dev-python/xmlschema/xmlschema-1.1.2.ebuild index d05d99dc569c..ea8446558e32 100644 --- a/dev-python/xmlschema/xmlschema-1.1.2.ebuild +++ b/dev-python/xmlschema/xmlschema-1.1.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |