summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-11-22 12:56:04 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-11-22 12:56:04 +0300
commitfb1e8b2effa16fea5325460f99a277478ed9701c (patch)
tree9cd3d11e1f6bc0358f3d58347b6335a0f71f6bfd /dev-lang/go
parentdev-util/valgrind: arm stable wrt bug #698684 (diff)
downloadgentoo-fb1e8b2effa16fea5325460f99a277478ed9701c.tar.gz
gentoo-fb1e8b2effa16fea5325460f99a277478ed9701c.tar.bz2
gentoo-fb1e8b2effa16fea5325460f99a277478ed9701c.zip
dev-lang/go: arm stable wrt bug #700828
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r--dev-lang/go/go-1.12.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.12.13.ebuild b/dev-lang/go/go-1.12.13.ebuild
index d39e305b8e26..9acbe341dfc5 100644
--- a/dev-lang/go/go-1.12.13.ebuild
+++ b/dev-lang/go/go-1.12.13.ebuild
@@ -37,7 +37,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