diff options
author | Sam James <sam@gentoo.org> | 2023-05-31 00:41:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-31 00:41:21 +0100 |
commit | 18fffb4bce3f360f7a601d54f7e202648beb921e (patch) | |
tree | 014bc14bf267852fc8c21c719ab50f9e2c5f4d5b /dev-lang | |
parent | dev-lang/go: Stabilize 1.19.9 arm64, #906570 (diff) | |
download | gentoo-18fffb4bce3f360f7a601d54f7e202648beb921e.tar.gz gentoo-18fffb4bce3f360f7a601d54f7e202648beb921e.tar.bz2 gentoo-18fffb4bce3f360f7a601d54f7e202648beb921e.zip |
dev-lang/go: Stabilize 1.20.4 arm64, #906570
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.20.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.20.4.ebuild b/dev-lang/go/go-1.20.4.ebuild index 5fb93c0e9487..46cdf38c566d 100644 --- a/dev-lang/go/go-1.20.4.ebuild +++ b/dev-lang/go/go-1.20.4.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 |