diff options
author | Sam James <sam@gentoo.org> | 2021-03-12 15:30:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-12 15:30:45 +0000 |
commit | f713a811b0a976fb040141fb8f36f524e0bae826 (patch) | |
tree | 34bf5214fc634544202e91a77e87a0ab422f77e0 /dev-lang | |
parent | dev-lang/go: Stabilize 1.15.10 ppc64, #775326 (diff) | |
download | gentoo-f713a811b0a976fb040141fb8f36f524e0bae826.tar.gz gentoo-f713a811b0a976fb040141fb8f36f524e0bae826.tar.bz2 gentoo-f713a811b0a976fb040141fb8f36f524e0bae826.zip |
dev-lang/go: Stabilize 1.16.2 ppc64, #775326
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.16.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.16.2.ebuild b/dev-lang/go/go-1.16.2.ebuild index 5eff7b5a8a51..aaafc03202c3 100644 --- a/dev-lang/go/go-1.16.2.ebuild +++ b/dev-lang/go/go-1.16.2.ebuild @@ -21,7 +21,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 arm arm64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 arm arm64 ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" ;; esac esac |