diff options
author | Sam James <sam@gentoo.org> | 2021-01-25 14:05:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-25 14:05:46 +0000 |
commit | f1d50e2fe8681793cb810991ca820540041b2056 (patch) | |
tree | 0e133fddcd300f64d11d156535a7f5e0bcf9b193 /dev-python | |
parent | dev-python/unidecode: Stabilize 1.1.2 ALLARCHES, #767130 (diff) | |
download | gentoo-f1d50e2fe8681793cb810991ca820540041b2056.tar.gz gentoo-f1d50e2fe8681793cb810991ca820540041b2056.tar.bz2 gentoo-f1d50e2fe8681793cb810991ca820540041b2056.zip |
dev-python/xmlschema: Stabilize 1.4.1 ALLARCHES, #767133
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/xmlschema/xmlschema-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xmlschema/xmlschema-1.4.1.ebuild b/dev-python/xmlschema/xmlschema-1.4.1.ebuild index 008edc769d93..234bb23ad376 100644 --- a/dev-python/xmlschema/xmlschema-1.4.1.ebuild +++ b/dev-python/xmlschema/xmlschema-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )" |