From: Markus Meier Date: Sat, 14 Apr 2018 11:48:02 +0000 (+0200) Subject: dev-lang/go: arm stable, bug #650014 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=18dd9920a40283a2b10cdb1db6c46f718890c09e;p=gentoo.git dev-lang/go: arm stable, bug #650014 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" --- 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