Diff go-1.22.11 with a go-9999

/usr/portage/dev-lang/go/go-9999.ebuild 2024-12-25 14:59:47.851270058 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
23 23
	case ${PV} in
24 24
	*_beta*|*_rc*) ;;
25 25
	*)
26
		KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
26
#		KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
27 27
		;;
28 28
	esac
29 29
esac
Thank you!