diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-02-28 10:16:52 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-02-28 10:16:52 +0100 |
commit | e9afd76ffab05e6aa8b8a7422c5ff00e97627b79 (patch) | |
tree | ffe815f7cefb23192330f726c8e4328a35ef1256 /dev-lang | |
parent | dev-lang/go: fix kernel_SunOS name (lowercase kernel) (diff) | |
download | gentoo-e9afd76ffab05e6aa8b8a7422c5ff00e97627b79.tar.gz gentoo-e9afd76ffab05e6aa8b8a7422c5ff00e97627b79.tar.bz2 gentoo-e9afd76ffab05e6aa8b8a7422c5ff00e97627b79.zip |
dev-lang/go: fix for and keyworded ~x64-solaris, bug #575510
Package-Manager: portage-2.2.27-prefix
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.6-r2.ebuild | 4 |
1 files 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 23574ef28419..a5c39f279800 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 |