commit: 48fef3474bc2991b2971b2837d03ced7aff3496a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 4 19:50:15 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 4 20:10:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fef347
dev-build/gn: Stabilize 0.2235 arm64, #959132
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-build/gn/gn-0.2235.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-build/gn/gn-0.2235.ebuild b/dev-build/gn/gn-0.2235.ebuild
index cf7c2fa50028..83bda37d7dac 100644
--- a/dev-build/gn/gn-0.2235.ebuild
+++ b/dev-build/gn/gn-0.2235.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit edo ninja-utils python-any-r1 toolchain-funcs
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
else
# The version number is derived from `git describe HEAD --abbrev=12`
SRC_URI="https://deps.gentoo.zip/dev-build/gn/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="BSD"