diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:50:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:50:10 +0100 |
commit | 032fb8f74938e1f0603ee711dac624cadd821169 (patch) | |
tree | 711bf399fba4423a1306dc51fe62ad2492d5d3f1 /dev-python/xmlschema | |
parent | dev-python/python-lsp-black: Stabilize 2.0.0 ALLARCHES, #921450 (diff) | |
download | gentoo-032fb8f74938e1f0603ee711dac624cadd821169.tar.gz gentoo-032fb8f74938e1f0603ee711dac624cadd821169.tar.bz2 gentoo-032fb8f74938e1f0603ee711dac624cadd821169.zip |
dev-python/xmlschema: Stabilize 2.5.1 ALLARCHES, #921477
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmlschema')
-rw-r--r-- | dev-python/xmlschema/xmlschema-2.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xmlschema/xmlschema-2.5.1.ebuild b/dev-python/xmlschema/xmlschema-2.5.1.ebuild index 0d98d02ad092..2de295da8da0 100644 --- a/dev-python/xmlschema/xmlschema-2.5.1.ebuild +++ b/dev-python/xmlschema/xmlschema-2.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |