diff options
author | Sam James <sam@gentoo.org> | 2020-08-06 21:09:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-06 21:09:41 +0000 |
commit | fc6379c0e771a990998d8a687fe8f261e0150b0c (patch) | |
tree | 093454f27303c8b70be268a441c16f2d822bb483 /dev-lang | |
parent | www-client/chromium: beta channel bump to 85.0.4183.59 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |