From: William Hubbs Date: Tue, 31 Mar 2020 23:23:50 +0000 (-0500) Subject: dev-lang/go: stable 1.13.9 on amd64 and x86 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=61d966f0a9b456f33b790a53e604115f356e67f3;p=gentoo.git dev-lang/go: stable 1.13.9 on amd64 and x86 Signed-off-by: William Hubbs --- diff --git a/dev-lang/go/go-1.13.9.ebuild b/dev-lang/go/go-1.13.9.ebuild index f7c4c78376b8..82a499ee13a7 100644 --- a/dev-lang/go/go-1.13.9.ebuild +++ b/dev-lang/go/go-1.13.9.ebuild @@ -21,7 +21,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-linux ~x86-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