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, 15 Sep 2019 09:09:48
Message-Id: 1568538564.314435f4b0cf2c8595fbca49ea83205650c3622d.zlogene@gentoo
1 commit: 314435f4b0cf2c8595fbca49ea83205650c3622d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 09:09:24 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 09:09:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314435f4
7
8 dev-lang/go: arm stable wrt bug #693832
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.12.9.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/go/go-1.12.9.ebuild b/dev-lang/go/go-1.12.9.ebuild
18 index 35c5de1d232..daee1d59a92 100644
19 --- a/dev-lang/go/go-1.12.9.ebuild
20 +++ b/dev-lang/go/go-1.12.9.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 ~x86-linux ~x64-macos ~x64-solaris"
26 + KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-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