Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Mon, 16 Oct 2017 18:15:06
Message-Id: 1508177648.bc2bb71a7833be419cf086381340c6d6b13ff06d.maekke@gentoo
1 commit: bc2bb71a7833be419cf086381340c6d6b13ff06d
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 16 18:14:08 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 18:14:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2bb71a
7
8 dev-lang/go: arm stable, bug #632408
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11 RepoMan-Options: --include-arches="arm"
12
13 dev-lang/go/go-1.9.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/go/go-1.9.1.ebuild b/dev-lang/go/go-1.9.1.ebuild
17 index ba6f541436c..6b538a0be4e 100644
18 --- a/dev-lang/go/go-1.9.1.ebuild
19 +++ b/dev-lang/go/go-1.9.1.ebuild
20 @@ -39,7 +39,7 @@ case ${PV} in
21 case ${PV} in
22 *_beta*|*_rc*) ;;
23 *)
24 - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
25 + KEYWORDS="-* amd64 arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
26 # The upstream tests fail under portage but pass if the build is
27 # run according to their documentation [1].
28 # I am restricting the tests on released versions until this is