diff options
author | Sam James <sam@gentoo.org> | 2025-01-17 16:00:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-17 16:11:09 +0000 |
commit | 9b9bcef3af38688d4a0ea05e410feaf111ab4ced (patch) | |
tree | 9fded31ca1feeb3f9a9a406c5607e400a66e59b3 /dev-lang | |
parent | dev-lang/go: Stabilize 1.22.11 ppc64, #948231 (diff) | |
download | gentoo-9b9bcef3af38688d4a0ea05e410feaf111ab4ced.tar.gz gentoo-9b9bcef3af38688d4a0ea05e410feaf111ab4ced.tar.bz2 gentoo-9b9bcef3af38688d4a0ea05e410feaf111ab4ced.zip |
dev-lang/go: Stabilize 1.23.5 ppc64, #948231
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.23.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.23.5.ebuild b/dev-lang/go/go-1.23.5.ebuild index d7759d1295dc..e82cfd61c7dc 100644 --- a/dev-lang/go/go-1.23.5.ebuild +++ b/dev-lang/go/go-1.23.5.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 |