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: Thu, 31 Jan 2019 20:21:40
Message-Id: 1548966060.01e39d0e1be65950a15c06e7ca6d7d0d65ccb9b5.maekke@gentoo
1 commit: 01e39d0e1be65950a15c06e7ca6d7d0d65ccb9b5
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 31 20:21:00 2019 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 31 20:21:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e39d0e
7
8 dev-lang/go: arm stable, bug #676368
9
10 Signed-off-by: Markus Meier <maekke <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="arm"
13
14 dev-lang/go/go-1.11.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/go/go-1.11.5.ebuild b/dev-lang/go/go-1.11.5.ebuild
18 index c81f0f8dcab..414547edcf6 100644
19 --- a/dev-lang/go/go-1.11.5.ebuild
20 +++ b/dev-lang/go/go-1.11.5.ebuild
21 @@ -39,7 +39,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