From: Markus Meier Date: Thu, 31 Jan 2019 20:20:54 +0000 (+0100) Subject: dev-lang/go: arm stable, bug #676368 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97ffd287b388e8e4dacee04a769eb9c21a42082c;p=gentoo.git dev-lang/go: arm stable, bug #676368 Signed-off-by: Markus Meier Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="arm" --- diff --git a/dev-lang/go/go-1.10.8.ebuild b/dev-lang/go/go-1.10.8.ebuild index be06f525efe2..44ca41c8b29e 100644 --- a/dev-lang/go/go-1.10.8.ebuild +++ b/dev-lang/go/go-1.10.8.ebuild @@ -39,7 +39,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-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