commit: 585bd02487daa00b3cbd38920987861982037d2e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Nov 13 05:26:11 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 13 05:26:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585bd024
dev-util/gn: Stabilize 0.2122 arm64, #917208 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/gn/gn-0.2122.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gn/gn-0.2122.ebuild b/dev-util/gn/gn-0.2122.ebuild index a1cc894d2963..8d7926f1503a 100644 --- a/dev-util/gn/gn-0.2122.ebuild +++ b/dev-util/gn/gn-0.2122.ebuild @@ -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-util/gn/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="BSD"