Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Sun, 01 Sep 2019 18:30:33
Message-Id: 1567362525.56a1b3654bb96a5ec5120a4085c463975ceea577.zlogene@gentoo
1 commit: 56a1b3654bb96a5ec5120a4085c463975ceea577
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 18:28:45 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 18:28:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a1b365
7
8 dev-lang/go: arm stable wrt bug #692152
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="arm"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 dev-lang/go/go-1.11.13.ebuild | 2 +-
15 dev-lang/go/go-1.12.8.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-lang/go/go-1.11.13.ebuild b/dev-lang/go/go-1.11.13.ebuild
19 index a53df7c0956..b48fe53d64d 100644
20 --- a/dev-lang/go/go-1.11.13.ebuild
21 +++ b/dev-lang/go/go-1.11.13.ebuild
22 @@ -37,7 +37,7 @@ case ${PV} in
23 case ${PV} in
24 *_beta*|*_rc*) ;;
25 *)
26 - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
27 + KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
28 # The upstream tests fail under portage but pass if the build is
29 # run according to their documentation [1].
30 # I am restricting the tests on released versions until this is
31
32 diff --git a/dev-lang/go/go-1.12.8.ebuild b/dev-lang/go/go-1.12.8.ebuild
33 index 35c5de1d232..daee1d59a92 100644
34 --- a/dev-lang/go/go-1.12.8.ebuild
35 +++ b/dev-lang/go/go-1.12.8.ebuild
36 @@ -37,7 +37,7 @@ case ${PV} in
37 case ${PV} in
38 *_beta*|*_rc*) ;;
39 *)
40 - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
41 + KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
42 # The upstream tests fail under portage but pass if the build is
43 # run according to their documentation [1].
44 # I am restricting the tests on released versions until this is