summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-28 00:29:33 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-28 00:29:33 +0100
commit8622084ae68da014f00c3654b366978450546403 (patch)
treebf0c4fba0bb01c05eee978af6fc609c9a57dc6fc
parentwww-client/firefox: x86 stable (bug #681836) (diff)
downloadgentoo-8622084ae68da014f00c3654b366978450546403.tar.gz
gentoo-8622084ae68da014f00c3654b366978450546403.tar.bz2
gentoo-8622084ae68da014f00c3654b366978450546403.zip
dev-lang/go: x86 stable (bug #680240)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--dev-lang/go/go-1.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.12.1.ebuild b/dev-lang/go/go-1.12.1.ebuild
index 1426dfb091d9..292a2af56193 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