From: Fabian Groffen Date: Sun, 28 Feb 2016 09:05:13 +0000 (+0100) Subject: dev-lang/go: fix kernel_SunOS name (lowercase kernel) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d770538319d0243caf31d3ae6eab864e17dae8da;p=gentoo.git dev-lang/go: fix kernel_SunOS name (lowercase kernel) Package-Manager: portage-2.2.27-prefix --- diff --git a/dev-lang/go/go-1.6-r2.ebuild b/dev-lang/go/go-1.6-r2.ebuild index 79018054c9eb..23574ef28419 100644 --- a/dev-lang/go/go-1.6-r2.ebuild +++ b/dev-lang/go/go-1.6-r2.ebuild @@ -27,7 +27,7 @@ kernel_linux? ( ppc64? ( ${BOOTSTRAP_DIST}/go-linux-ppc64-bootstrap.tbz ) x86? ( ${BOOTSTRAP_DIST}/go-linux-386-bootstrap.tbz ) ) -Kernel_SunOS? ( +kernel_SunOS? ( amd64? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-bootstrap.tbz ) ) "