From: William Hubbs Date: Tue, 21 Apr 2020 17:26:33 +0000 (-0500) Subject: dev-lang/go: stable 1.13.10 on amd64 and x86 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c25c65ed64224fffea2ca446fcd22d230a393a8;p=gentoo.git dev-lang/go: stable 1.13.10 on amd64 and x86 Bug: https://bugs.gentoo.org/718768 Signed-off-by: William Hubbs --- diff --git a/dev-lang/go/go-1.13.10.ebuild b/dev-lang/go/go-1.13.10.ebuild index 82597457f466..cdfc817b0ceb 100644 --- a/dev-lang/go/go-1.13.10.ebuild +++ b/dev-lang/go/go-1.13.10.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