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: Fri, 16 Aug 2019 22:38:38
Message-Id: 1565994401.d28e6952ec1713a8f4e30a960dfc6e4ddf8bc7e1.whissi@gentoo
1 commit: d28e6952ec1713a8f4e30a960dfc6e4ddf8bc7e1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 22:26:41 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 22:26:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28e6952
7
8 dev-lang/go: x86 stable (bug #692152)
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-lang/go/go-1.11.13.ebuild | 2 +-
14 dev-lang/go/go-1.12.8.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lang/go/go-1.11.13.ebuild b/dev-lang/go/go-1.11.13.ebuild
18 index 3fa015ea3d8..a53df7c0956 100644
19 --- a/dev-lang/go/go-1.11.13.ebuild
20 +++ b/dev-lang/go/go-1.11.13.ebuild
21 @@ -37,7 +37,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.12.8.ebuild b/dev-lang/go/go-1.12.8.ebuild
32 index 9e9a0806860..35c5de1d232 100644
33 --- a/dev-lang/go/go-1.12.8.ebuild
34 +++ b/dev-lang/go/go-1.12.8.ebuild
35 @@ -37,7 +37,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 ~x86-linux ~x64-macos ~x64-solaris"
40 + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-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