commit: 73b2c421025b96382129b89c222193211b4ab55b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 15:39:16 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 16 15:39:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b2c421
dev-lang/go: Stabilize 1.22.3 arm64, #931843
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-lang/go/go-1.22.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/go/go-1.22.3.ebuild b/dev-lang/go/go-1.22.3.ebuild
index 342d374b6290..78e336afcd99 100644
--- a/dev-lang/go/go-1.22.3.ebuild
+++ b/dev-lang/go/go-1.22.3.ebuild
@@ -23,7 +23,7 @@ case ${PV} in
case ${PV} in
*_beta*|*_rc*) ;;
*)
- KEYWORDS="-* amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390
x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+ KEYWORDS="-* amd64 ~arm arm64 ~loong ~mips ppc64 ~riscv ~s390
x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
esac