From: William Hubbs Date: Sun, 17 Mar 2019 21:24:53 +0000 (-0500) Subject: dev-lang/go: stable 1.12.1 on amd64 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=09d8a22411e33d1ea7e44df9aa118994c92f2c39;p=gentoo.git dev-lang/go: stable 1.12.1 on amd64 Bug: https://bugs.gentoo.org/680240 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: William Hubbs --- diff --git a/dev-lang/go/go-1.12.1.ebuild b/dev-lang/go/go-1.12.1.ebuild index 5945c3e7440b..a578011160be 100644 --- a/dev-lang/go/go-1.12.1.ebuild +++ b/dev-lang/go/go-1.12.1.ebuild @@ -37,7 +37,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