diff options
author | Sam James <sam@gentoo.org> | 2021-05-22 01:31:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-22 01:31:29 +0000 |
commit | ccc35af29e8bd33277d3fdd07b4bcddba0f33699 (patch) | |
tree | dcdc31ef1cf275c7e2019559edcccd92a01163c1 /dev-lang/go | |
parent | x11-libs/libX11: Stabilize 1.7.1 arm64, #790824 (diff) | |
download | gentoo-ccc35af29e8bd33277d3fdd07b4bcddba0f33699.tar.gz gentoo-ccc35af29e8bd33277d3fdd07b4bcddba0f33699.tar.bz2 gentoo-ccc35af29e8bd33277d3fdd07b4bcddba0f33699.zip |
dev-lang/go: Stabilize 1.15.12 arm64, #788640
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.15.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.15.12.ebuild b/dev-lang/go/go-1.15.12.ebuild index eee2da1f9e13..0d4ac09e8905 100644 --- a/dev-lang/go/go-1.15.12.ebuild +++ b/dev-lang/go/go-1.15.12.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 |