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: Fri, 17 Nov 2017 14:37:46
Message-Id: 1510929410.b30d8ca444d2baa143d6444227a70a25373b3110.williamh@gentoo
1 commit: b30d8ca444d2baa143d6444227a70a25373b3110
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 14:36:50 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 14:36:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30d8ca4
7
8 dev-lang/go: stabilize 1.9.2 on amd64
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.4
11
12 dev-lang/go/go-1.9.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/go/go-1.9.2.ebuild b/dev-lang/go/go-1.9.2.ebuild
16 index 2ac936f0164..b22bdb39015 100644
17 --- a/dev-lang/go/go-1.9.2.ebuild
18 +++ b/dev-lang/go/go-1.9.2.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