diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 11:29:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 11:29:16 +0100 |
commit | 61f509b111d609a40ff3ffbac5d42b15fd9df9f1 (patch) | |
tree | 94b086b32ee6d2db31cdc7cc0d0bb41be113d74c /dev-python/phonenumbers | |
parent | dev-python/fonttools: Stabilize 4.47.0 arm64, #921466 (diff) | |
download | gentoo-61f509b111d609a40ff3ffbac5d42b15fd9df9f1.tar.gz gentoo-61f509b111d609a40ff3ffbac5d42b15fd9df9f1.tar.bz2 gentoo-61f509b111d609a40ff3ffbac5d42b15fd9df9f1.zip |
dev-python/phonenumbers: Stabilize 8.13.27 ALLARCHES, #921473
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/phonenumbers')
-rw-r--r-- | dev-python/phonenumbers/phonenumbers-8.13.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild b/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild index f77207b71a78..154cbd60212d 100644 --- a/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild +++ b/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" |