summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-12-20 02:19:14 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-12-20 02:29:44 +0100
commit0095074c05502ba36ac91b5db8438190bbde4f12 (patch)
treee90838d8cb107d192a0acb860f8ce45818e02ed4
parentapp-metrics/collectd: x86 stable (bug #673444) (diff)
downloadgentoo-0095074c05502ba36ac91b5db8438190bbde4f12.tar.gz
gentoo-0095074c05502ba36ac91b5db8438190bbde4f12.tar.bz2
gentoo-0095074c05502ba36ac91b5db8438190bbde4f12.zip
dev-lang/go: x86 stable (bug #673234)
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--dev-lang/go/go-1.10.7.ebuild2
-rw-r--r--dev-lang/go/go-1.11.4.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-1.10.7.ebuild b/dev-lang/go/go-1.10.7.ebuild
index 3eecca0eb622..b4e31e6f772e 100644
--- a/dev-lang/go/go-1.10.7.ebuild
+++ b/dev-lang/go/go-1.10.7.ebuild
@@ -39,7 +39,7 @@ case ${PV} in
case ${PV} in
*_beta*|*_rc*) ;;
*)
- KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
+ KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 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
diff --git a/dev-lang/go/go-1.11.4.ebuild b/dev-lang/go/go-1.11.4.ebuild
index 58aa8cbd90dd..c6c0185c4ec0 100644
--- a/dev-lang/go/go-1.11.4.ebuild
+++ b/dev-lang/go/go-1.11.4.ebuild
@@ -39,7 +39,7 @@ case ${PV} in
case ${PV} in
*_beta*|*_rc*) ;;
*)
- KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
+ KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 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