commit:     e9afd76ffab05e6aa8b8a7422c5ff00e97627b79
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 09:16:52 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 09:16:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9afd76f

dev-lang/go: fix for and keyworded ~x64-solaris, bug #575510

Package-Manager: portage-2.2.27-prefix

 dev-lang/go/go-1.6-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/go/go-1.6-r2.ebuild b/dev-lang/go/go-1.6-r2.ebuild
index 23574ef..a5c39f2 100644
--- a/dev-lang/go/go-1.6-r2.ebuild
+++ b/dev-lang/go/go-1.6-r2.ebuild
@@ -28,7 +28,7 @@ kernel_linux? (
        x86? ( ${BOOTSTRAP_DIST}/go-linux-386-bootstrap.tbz )
 )
 kernel_SunOS? (
-       amd64? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-bootstrap.tbz )
+       x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-bootstrap.tbz )
 )
 "
 
@@ -42,7 +42,7 @@ else
        case ${PV} in
                *9999*|*_rc*) ;;
                *)
-                       KEYWORDS="-* ~amd64 ~arm64 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
+                       KEYWORDS="-* ~amd64 ~arm64 ~amd64-fbsd ~x86-fbsd 
~x64-macos ~x64-solaris"
                        ;;
        esac
 fi

Reply via email to