commit: 64acf92cfe0649b9485f7c809c6052d5e72d5c92
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 21:46:48 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 21:46:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64acf92c
dev-python/shiboken6: Stabilize 6.8.1 arm64, #947053
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/shiboken6/shiboken6-6.8.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/shiboken6/shiboken6-6.8.1.ebuild
b/dev-python/shiboken6/shiboken6-6.8.1.ebuild
index 62f05dcae968..d3da3cc06805 100644
--- a/dev-python/shiboken6/shiboken6-6.8.1.ebuild
+++ b/dev-python/shiboken6/shiboken6-6.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,7 +32,7 @@ S="${WORKDIR}/${MY_P}/sources/shiboken6"
# arbitrarily relicensed. (TODO)
LICENSE="|| ( GPL-2 GPL-3+ LGPL-3 ) GPL-3"
SLOT="6/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
IUSE="+docstrings numpy test vulkan"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"