diff options
author | Sam James <sam@gentoo.org> | 2020-12-31 01:16:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-31 01:16:49 +0000 |
commit | 3500ecfc9eadaee481bd415b9f25677a938aceb3 (patch) | |
tree | 2780bcbf07266b6d44fa1893ea5bb78f62fc8b63 /dev-python/xmlschema | |
parent | dev-python/yarl: Stabilize 1.6.3 amd64, #762556 (diff) | |
download | gentoo-3500ecfc9eadaee481bd415b9f25677a938aceb3.tar.gz gentoo-3500ecfc9eadaee481bd415b9f25677a938aceb3.tar.bz2 gentoo-3500ecfc9eadaee481bd415b9f25677a938aceb3.zip |
dev-python/xmlschema: Stabilize 1.3.1 ALLARCHES, #762559
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/xmlschema')
-rw-r--r-- | dev-python/xmlschema/xmlschema-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlschema/xmlschema-1.3.1.ebuild b/dev-python/xmlschema/xmlschema-1.3.1.ebuild index 008edc769d93..a64f1e1d80d3 100644 --- a/dev-python/xmlschema/xmlschema-1.3.1.ebuild +++ b/dev-python/xmlschema/xmlschema-1.3.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |