summaryrefslogtreecommitdiff
path: root/dev-lang
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-07-31 03:05:17 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-07-31 03:05:27 +0300
commita09f6ddc93776f717f6c6b0d4e8c837f66dc2236 (patch)
treea25a16f8ef95ec96f0dd739731388e51ac7f1f9d /dev-lang
parent07dabb1b81b6aad6db5f8aa0e570899b8f5b9507 (diff)
downloadgentoo-a09f6ddc93776f717f6c6b0d4e8c837f66dc2236.tar.gz
gentoo-a09f6ddc93776f717f6c6b0d4e8c837f66dc2236.tar.xz
dev-lang/go: arm stable wrt bug #660736
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/go/go-1.10.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.10.3.ebuild b/dev-lang/go/go-1.10.3.ebuild
index a31954ca101..d383981a727 100644
--- a/dev-lang/go/go-1.10.3.ebuild
+++ b/dev-lang/go/go-1.10.3.ebuild
@@ -39,7 +39,7 @@ case ${PV} in
case ${PV} in
*_beta*|*_rc*) ;;
*)
- KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
+ KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~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