Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Wed, 03 May 2017 21:40:15
Message-Id: 1493847602.594ff9043a723a30ddd99962ca7b97ee564a087a.williamh@gentoo
1 commit: 594ff9043a723a30ddd99962ca7b97ee564a087a
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 21:39:21 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 21:40:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594ff904
7
8 dev-lang/go: stable 1.8.1 on amd64 for #617426
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-lang/go/go-1.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/go/go-1.8.1.ebuild b/dev-lang/go/go-1.8.1.ebuild
16 index c529b3279ee..7bd87301f7c 100644
17 --- a/dev-lang/go/go-1.8.1.ebuild
18 +++ b/dev-lang/go/go-1.8.1.ebuild
19 @@ -39,7 +39,7 @@ case ${PV} in
20 case ${PV} in
21 *_beta*|*_rc*) ;;
22 *)
23 - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
24 + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~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