diff options
author | William Hubbs <williamh@gentoo.org> | 2022-02-12 13:05:53 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2022-02-12 13:06:01 -0600 |
commit | af2741a2132848495dadb04cc9a72bb8d562caa5 (patch) | |
tree | 3b30c84ce41e7b8b76bd0fca16a066cb86901c28 /dev-lang | |
parent | app-shells/zsh: Synced live ebuild (diff) | |
download | gentoo-af2741a2132848495dadb04cc9a72bb8d562caa5.tar.gz gentoo-af2741a2132848495dadb04cc9a72bb8d562caa5.tar.bz2 gentoo-af2741a2132848495dadb04cc9a72bb8d562caa5.zip |
dev-lang/go: stable 1.17.7 on amd64 and x86
Bug: https://bugs.gentoo.org/833200
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.17.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.17.7.ebuild b/dev-lang/go/go-1.17.7.ebuild index cd2ef07a5897..e939372bf853 100644 --- a/dev-lang/go/go-1.17.7.ebuild +++ b/dev-lang/go/go-1.17.7.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 |