Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Thu, 24 Jan 2019 19:03:51
Message-Id: 1548356615.216c6326c14d9e31370b05e2fde69d3936dce782.whissi@gentoo
1 commit: 216c6326c14d9e31370b05e2fde69d3936dce782
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 24 19:03:35 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 24 19:03:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216c6326
7
8 dev-lang/go: x86 stable
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-lang/go/go-1.10.8.ebuild | 2 +-
14 dev-lang/go/go-1.11.5.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lang/go/go-1.10.8.ebuild b/dev-lang/go/go-1.10.8.ebuild
18 index d56956f0dd5..be06f525efe 100644
19 --- a/dev-lang/go/go-1.10.8.ebuild
20 +++ b/dev-lang/go/go-1.10.8.ebuild
21 @@ -39,7 +39,7 @@ case ${PV} in
22 case ${PV} in
23 *_beta*|*_rc*) ;;
24 *)
25 - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
26 + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
27 # The upstream tests fail under portage but pass if the build is
28 # run according to their documentation [1].
29 # I am restricting the tests on released versions until this is
30
31 diff --git a/dev-lang/go/go-1.11.5.ebuild b/dev-lang/go/go-1.11.5.ebuild
32 index 21d56ebb034..c81f0f8dcab 100644
33 --- a/dev-lang/go/go-1.11.5.ebuild
34 +++ b/dev-lang/go/go-1.11.5.ebuild
35 @@ -39,7 +39,7 @@ case ${PV} in
36 case ${PV} in
37 *_beta*|*_rc*) ;;
38 *)
39 - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
40 + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
41 # The upstream tests fail under portage but pass if the build is
42 # run according to their documentation [1].
43 # I am restricting the tests on released versions until this is