diff options
author | Sam James <sam@gentoo.org> | 2023-03-16 22:02:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-16 22:02:13 +0000 |
commit | a1f54a9fe880f18f81f03b704276457ecd447f20 (patch) | |
tree | 414a7c05420dadcee9c78e52b07d17ffd636c84e /dev-lang | |
parent | dev-lang/go: Stabilize 1.19.7 arm, #901379 (diff) | |
download | gentoo-a1f54a9fe880f18f81f03b704276457ecd447f20.tar.gz gentoo-a1f54a9fe880f18f81f03b704276457ecd447f20.tar.bz2 gentoo-a1f54a9fe880f18f81f03b704276457ecd447f20.zip |
dev-lang/go: Stabilize 1.20.2 arm, #901379
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.20.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.20.2.ebuild b/dev-lang/go/go-1.20.2.ebuild index d4952018a490..df42d5ae30c4 100644 --- a/dev-lang/go/go-1.20.2.ebuild +++ b/dev-lang/go/go-1.20.2.ebuild @@ -21,7 +21,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 |