commit: 89bdcadbab2bcbe1c228bcd68e0dbe1dfe4aa957 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 6 10:16:22 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 6 10:16:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bdcadb
dev-python/immutabledict: Stabilize 4.1.0 ALLARCHES, #921445 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/immutabledict/immutabledict-4.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/immutabledict/immutabledict-4.1.0.ebuild b/dev-python/immutabledict/immutabledict-4.1.0.ebuild index c0132c21a1a3..cb5672afc8b2 100644 --- a/dev-python/immutabledict/immutabledict-4.1.0.ebuild +++ b/dev-python/immutabledict/immutabledict-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,6 +16,6 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" +KEYWORDS="amd64 arm64 ~ppc64" distutils_enable_tests pytest