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: Sat, 24 Mar 2018 00:22:26
Message-Id: 1521850860.e4ce5f9576a33a58b0ba919d7080e7d1cbed8420.williamh@gentoo
1 commit: e4ce5f9576a33a58b0ba919d7080e7d1cbed8420
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 00:13:39 2018 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 00:21:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ce5f95
7
8 dev-lang/go: stabilize 1.10 on amd64 for bug #651204
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-lang/go/go-1.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/go/go-1.10.ebuild b/dev-lang/go/go-1.10.ebuild
16 index 503bf3c4a12..a5edf13b59d 100644
17 --- a/dev-lang/go/go-1.10.ebuild
18 +++ b/dev-lang/go/go-1.10.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