summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-08-06 21:09:14 +0000
committerSam James <sam@gentoo.org>2020-08-06 21:09:41 +0000
commitfc6379c0e771a990998d8a687fe8f261e0150b0c (patch)
tree093454f27303c8b70be268a441c16f2d822bb483 /dev-lang
parentwww-client/chromium: beta channel bump to 85.0.4183.59 (diff)
downloadgentoo-fc6379c0e771a990998d8a687fe8f261e0150b0c.tar.gz
gentoo-fc6379c0e771a990998d8a687fe8f261e0150b0c.tar.bz2
gentoo-fc6379c0e771a990998d8a687fe8f261e0150b0c.zip
dev-lang/go: Stabilize 1.13.15 arm64, #736156
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/go/go-1.13.15.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.13.15.ebuild b/dev-lang/go/go-1.13.15.ebuild
index 5438a50fb2f4..132283fb29f7 100644
--- a/dev-lang/go/go-1.13.15.ebuild
+++ b/dev-lang/go/go-1.13.15.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"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is