summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2018-04-14 13:48:02 +0200
committerMarkus Meier <maekke@gentoo.org>2018-04-14 13:48:02 +0200
commit18dd9920a40283a2b10cdb1db6c46f718890c09e (patch)
tree4c1e9b4bbd61040c8d3fb5b79c59af0764702cc9 /dev-lang
parentdev-lang/php: arm stable, bug #652420 (diff)
downloadgentoo-18dd9920a40283a2b10cdb1db6c46f718890c09e.tar.gz
gentoo-18dd9920a40283a2b10cdb1db6c46f718890c09e.tar.bz2
gentoo-18dd9920a40283a2b10cdb1db6c46f718890c09e.zip
dev-lang/go: arm stable, bug #650014
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/go/go-1.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.10.1.ebuild b/dev-lang/go/go-1.10.1.ebuild
index ca35487e1011..efd269fb46ca 100644
--- a/dev-lang/go/go-1.10.1.ebuild
+++ b/dev-lang/go/go-1.10.1.ebuild
@@ -39,7 +39,7 @@ case ${PV} in
case ${PV} in
*_beta*|*_rc*) ;;
*)
- KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
+ KEYWORDS="-* amd64 arm ~arm64 ~ppc64 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