Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Sun, 04 Jun 2017 22:59:30
Message-Id: 1496617158.93030ee0c2dbe7d901d23b121fbbb54b3b278a8c.whissi@gentoo
1 commit: 93030ee0c2dbe7d901d23b121fbbb54b3b278a8c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 22:59:06 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 22:59:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93030ee0
7
8 dev-lang/go: x86 stable wrt bug #619554
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-lang/go/go-1.8.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/go/go-1.8.3.ebuild b/dev-lang/go/go-1.8.3.ebuild
16 index 7bd87301f7c..b01c31dca86 100644
17 --- a/dev-lang/go/go-1.8.3.ebuild
18 +++ b/dev-lang/go/go-1.8.3.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