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: Thu, 03 Mar 2016 18:56:00
Message-Id: 1457030911.cbe370e5de44ccded4b2864f51f2b5dac63b00e7.williamh@gentoo
1 commit: cbe370e5de44ccded4b2864f51f2b5dac63b00e7
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 18:48:31 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 18:48:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe370e5
7
8 dev-lang/go: sync live ebuild
9
10 Package-Manager: portage-2.2.26
11
12 dev-lang/go/go-9999.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild
16 index cb0b662..64ee48d 100644
17 --- a/dev-lang/go/go-9999.ebuild
18 +++ b/dev-lang/go/go-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -27,6 +27,9 @@ kernel_linux? (
26 ppc64? ( ${BOOTSTRAP_DIST}/go-linux-ppc64-bootstrap.tbz )
27 x86? ( ${BOOTSTRAP_DIST}/go-linux-386-bootstrap.tbz )
28 )
29 +kernel_SunOS? (
30 + x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-bootstrap.tbz )
31 +)
32 "
33
34 if [[ ${PV} = 9999 ]]; then
35 @@ -39,7 +42,7 @@ else
36 case ${PV} in
37 *9999*|*_rc*) ;;
38 *)
39 - KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
40 + KEYWORDS="-* ~amd64 ~arm64 ~ppc64 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
41 ;;
42 esac
43 fi