From: Thomas Deutschmann Date: Sun, 25 Mar 2018 21:48:27 +0000 (+0200) Subject: dev-lang/go: x86 stable (bug #651204) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2240660a59e262f80066944d35235e708929789c;p=gentoo.git dev-lang/go: x86 stable (bug #651204) Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/dev-lang/go/go-1.10.ebuild b/dev-lang/go/go-1.10.ebuild index a5edf13b59d7..ca35487e1011 100644 --- a/dev-lang/go/go-1.10.ebuild +++ b/dev-lang/go/go-1.10.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