From d770538319d0243caf31d3ae6eab864e17dae8da Mon Sep 17 00:00:00 2001
From: Fabian Groffen <grobian@gentoo.org>
Date: Sun, 28 Feb 2016 10:05:13 +0100
Subject: dev-lang/go: fix kernel_SunOS name (lowercase kernel)

Package-Manager: portage-2.2.27-prefix
---
 dev-lang/go/go-1.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/go/go-1.6-r2.ebuild b/dev-lang/go/go-1.6-r2.ebuild
index 79018054c9e..23574ef2841 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 )
 )
 "
-- 
cgit v1.2.1