commit:     cbe370e5de44ccded4b2864f51f2b5dac63b00e7
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 18:48:31 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Mar  3 18:48:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe370e5

dev-lang/go: sync live ebuild

Package-Manager: portage-2.2.26

 dev-lang/go/go-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild
index cb0b662..64ee48d 100644
--- a/dev-lang/go/go-9999.ebuild
+++ b/dev-lang/go/go-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,6 +27,9 @@ kernel_linux? (
        ppc64? ( ${BOOTSTRAP_DIST}/go-linux-ppc64-bootstrap.tbz )
        x86? ( ${BOOTSTRAP_DIST}/go-linux-386-bootstrap.tbz )
 )
+kernel_SunOS? (
+       x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-bootstrap.tbz )
+)
 "
 
 if [[ ${PV} = 9999 ]]; then
@@ -39,7 +42,7 @@ else
        case ${PV} in
                *9999*|*_rc*) ;;
                *)
-                       KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
+                       KEYWORDS="-* ~amd64 ~arm64 ~ppc64 ~amd64-fbsd ~x86-fbsd 
~x64-macos ~x64-solaris"
                        ;;
        esac
 fi

Reply via email to