diff options
author | Sam James <sam@gentoo.org> | 2020-11-13 04:56:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-13 04:56:53 +0000 |
commit | b2fb407aa90db1935ad20efb6a83b75ad58786c2 (patch) | |
tree | f61c9fe7626ed856eb5e18d65ed18275bb213d39 /dev-lang | |
parent | dev-lang/go: Stabilize 1.14.12 amd64, #754210 (diff) | |
download | gentoo-b2fb407aa90db1935ad20efb6a83b75ad58786c2.tar.gz gentoo-b2fb407aa90db1935ad20efb6a83b75ad58786c2.tar.bz2 gentoo-b2fb407aa90db1935ad20efb6a83b75ad58786c2.zip |
dev-lang/go: Stabilize 1.15.5 amd64, #754210
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.15.5.ebuild b/dev-lang/go/go-1.15.5.ebuild index 5e7e2c709e1d..722bf3bbbee6 100644 --- a/dev-lang/go/go-1.15.5.ebuild +++ b/dev-lang/go/go-1.15.5.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 |