commit: d770538319d0243caf31d3ae6eab864e17dae8da
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 09:05:13 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 09:05:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7705383
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 7901805..23574ef 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 )
)
"