From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 245651388C0 for ; Sun, 28 Feb 2016 09:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDDA121C047; Sun, 28 Feb 2016 09:05:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8699021C047 for ; Sun, 28 Feb 2016 09:05:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 957B734069A for ; Sun, 28 Feb 2016 09:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 256A51897 for ; Sun, 28 Feb 2016 09:05:29 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1456650313.d770538319d0243caf31d3ae6eab864e17dae8da.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/go-1.6-r2.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: d770538319d0243caf31d3ae6eab864e17dae8da X-VCS-Branch: master Date: Sun, 28 Feb 2016 09:05:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe5ea0c9-d468-4a36-a0ce-f2d10b3c8c12 X-Archives-Hash: 44c82ad838847f72e2d3b8cff44601d7 commit: d770538319d0243caf31d3ae6eab864e17dae8da Author: Fabian Groffen gentoo org> AuthorDate: Sun Feb 28 09:05:13 2016 +0000 Commit: Fabian Groffen gentoo 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 ) ) "