summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2018-12-20 08:44:53 -0600
committerWilliam Hubbs <williamh@gentoo.org>2018-12-20 08:45:19 -0600
commit57897bad2d7ac8e0e5cb773f0c1e606f3be0a915 (patch)
treed904071c5fbd981bd158d697be6ef0b78df1ce9e /dev-lang
parentsys-apps/sed: Version bump (v4.6) (diff)
downloadgentoo-57897bad2d7ac8e0e5cb773f0c1e606f3be0a915.tar.gz
gentoo-57897bad2d7ac8e0e5cb773f0c1e606f3be0a915.tar.bz2
gentoo-57897bad2d7ac8e0e5cb773f0c1e606f3be0a915.zip
dev-lang/go: stabilize 1.10.7 and 1.11.4 on amd64 for bug #673234
Bug: https://bugs.gentoo.org/673234 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-lang')
-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 b4e31e6f772e..7545a309f7aa 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 c6c0185c4ec0..d729fb54b985 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