diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-03-28 20:42:59 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-29 00:46:27 +0200 |
commit | 2f448f0352c9979d59ff9dae869009bae5be496b (patch) | |
tree | f50678ad164bdd94eba3a7e796e2f030646cf4fe /dev-lang | |
parent | dev-python/jeepney: 0.4.3 + QA (diff) | |
download | gentoo-2f448f0352c9979d59ff9dae869009bae5be496b.tar.gz gentoo-2f448f0352c9979d59ff9dae869009bae5be496b.tar.bz2 gentoo-2f448f0352c9979d59ff9dae869009bae5be496b.zip |
dev-lang/go: arm64 stable for 1.13.8 (bug #711552)
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.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.13.8.ebuild b/dev-lang/go/go-1.13.8.ebuild index 38cb703c628a..8892f5c30954 100644 --- a/dev-lang/go/go-1.13.8.ebuild +++ b/dev-lang/go/go-1.13.8.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 |