summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-01-24 20:03:35 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-01-24 20:03:35 +0100
commit216c6326c14d9e31370b05e2fde69d3936dce782 (patch)
tree83f63be7b536df7a2472b2df7570b30ff56eeaba /dev-lang/go
parentwww-client/opera-developer: Old (diff)
downloadgentoo-216c6326c14d9e31370b05e2fde69d3936dce782.tar.gz
gentoo-216c6326c14d9e31370b05e2fde69d3936dce782.tar.bz2
gentoo-216c6326c14d9e31370b05e2fde69d3936dce782.zip
dev-lang/go: x86 stable
Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r--dev-lang/go/go-1.10.8.ebuild2
-rw-r--r--dev-lang/go/go-1.11.5.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-1.10.8.ebuild b/dev-lang/go/go-1.10.8.ebuild
index d56956f0dd5e..be06f525efe2 100644
--- a/dev-lang/go/go-1.10.8.ebuild
+++ b/dev-lang/go/go-1.10.8.ebuild
@@ -39,7 +39,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
diff --git a/dev-lang/go/go-1.11.5.ebuild b/dev-lang/go/go-1.11.5.ebuild
index 21d56ebb0348..c81f0f8dcabc 100644
--- a/dev-lang/go/go-1.11.5.ebuild
+++ b/dev-lang/go/go-1.11.5.ebuild
@@ -39,7 +39,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