commit: 688d33d01a014484e0d8cbceb7f87ad43e9897d7
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 5 21:45:09 2026 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jan 6 05:11:20 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688d33d0
dev-python/shapely: Stabilize 2.1.2 arm64, #968415
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-python/shapely/shapely-2.1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/shapely/shapely-2.1.2.ebuild
b/dev-python/shapely/shapely-2.1.2.ebuild
index 87aba28ed22b..12a358eb46fe 100644
--- a/dev-python/shapely/shapely-2.1.2.ebuild
+++ b/dev-python/shapely/shapely-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
DEPEND="
dev-python/numpy:=[${PYTHON_USEDEP}]