diff options
author | Sam James <sam@gentoo.org> | 2023-01-18 21:53:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-18 21:53:35 +0000 |
commit | e172af8e502f202897f303dedd33d941f96617ef (patch) | |
tree | 1b3caa9ccbf8ba446bb9cdd75ab2c77e6b78368a /dev-lang | |
parent | app-emacs/company-ebuild: Stabilize 0.1.3 ALLARCHES, #891295 (diff) | |
download | gentoo-e172af8e502f202897f303dedd33d941f96617ef.tar.gz gentoo-e172af8e502f202897f303dedd33d941f96617ef.tar.bz2 gentoo-e172af8e502f202897f303dedd33d941f96617ef.zip |
dev-lang/go: Stabilize 1.18.10 ppc64, #891317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.18.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.18.10.ebuild b/dev-lang/go/go-1.18.10.ebuild index 4a7e8b7405a4..fcb647f36443 100644 --- a/dev-lang/go/go-1.18.10.ebuild +++ b/dev-lang/go/go-1.18.10.ebuild @@ -21,7 +21,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm ~arm64 ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" ;; esac esac |