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: Tue, 31 Jul 2018 00:05:35
Message-Id: 1532995527.a09f6ddc93776f717f6c6b0d4e8c837f66dc2236.zlogene@gentoo
1 commit: a09f6ddc93776f717f6c6b0d4e8c837f66dc2236
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 31 00:05:17 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 31 00:05:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09f6ddc
7
8 dev-lang/go: arm stable wrt bug #660736
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-lang/go/go-1.10.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/go/go-1.10.3.ebuild b/dev-lang/go/go-1.10.3.ebuild
16 index a31954ca101..d383981a727 100644
17 --- a/dev-lang/go/go-1.10.3.ebuild
18 +++ b/dev-lang/go/go-1.10.3.ebuild
19 @@ -39,7 +39,7 @@ case ${PV} in
20 case ${PV} in
21 *_beta*|*_rc*) ;;
22 *)
23 - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
24 + KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
25 # The upstream tests fail under portage but pass if the build is
26 # run according to their documentation [1].
27 # I am restricting the tests on released versions until this is