Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Sun, 28 Feb 2016 09:17:23
Message-Id: 1456651012.e9afd76ffab05e6aa8b8a7422c5ff00e97627b79.grobian@gentoo
1 commit: e9afd76ffab05e6aa8b8a7422c5ff00e97627b79
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 09:16:52 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 09:16:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9afd76f
7
8 dev-lang/go: fix for and keyworded ~x64-solaris, bug #575510
9
10 Package-Manager: portage-2.2.27-prefix
11
12 dev-lang/go/go-1.6-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lang/go/go-1.6-r2.ebuild b/dev-lang/go/go-1.6-r2.ebuild
16 index 23574ef..a5c39f2 100644
17 --- a/dev-lang/go/go-1.6-r2.ebuild
18 +++ b/dev-lang/go/go-1.6-r2.ebuild
19 @@ -28,7 +28,7 @@ kernel_linux? (
20 x86? ( ${BOOTSTRAP_DIST}/go-linux-386-bootstrap.tbz )
21 )
22 kernel_SunOS? (
23 - amd64? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-bootstrap.tbz )
24 + x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-bootstrap.tbz )
25 )
26 "
27
28 @@ -42,7 +42,7 @@ else
29 case ${PV} in
30 *9999*|*_rc*) ;;
31 *)
32 - KEYWORDS="-* ~amd64 ~arm64 ~amd64-fbsd ~x86-fbsd ~x64-macos"
33 + KEYWORDS="-* ~amd64 ~arm64 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
34 ;;
35 esac
36 fi