diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-04-28 04:43:25 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-04-28 22:23:27 +0300 |
commit | 160c8bca885baae77fb21aa9a242f9b0a333556d (patch) | |
tree | d962b962a3a09d4413d452d682048b5af60c6dca /dev-lang | |
parent | net-dns/dnscrypt-proxy: arm64 stable (bug #719850) (diff) | |
download | gentoo-160c8bca885baae77fb21aa9a242f9b0a333556d.tar.gz gentoo-160c8bca885baae77fb21aa9a242f9b0a333556d.tar.bz2 gentoo-160c8bca885baae77fb21aa9a242f9b0a333556d.zip |
dev-lang/go: arm64 stable (bug #718768)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.13.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.13.10.ebuild b/dev-lang/go/go-1.13.10.ebuild index 61fd8ca0e06e..83042be033f3 100644 --- a/dev-lang/go/go-1.13.10.ebuild +++ b/dev-lang/go/go-1.13.10.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 |