From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-865976-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 15E1F1388C0 for <garchives@archives.gentoo.org>; Sun, 28 Feb 2016 09:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 616B9E07D8; Sun, 28 Feb 2016 09:17:20 +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 13A6DE07D8 for <gentoo-commits@lists.gentoo.org>; Sun, 28 Feb 2016 09:17:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C92EF3409D7 for <gentoo-commits@lists.gentoo.org>; Sun, 28 Feb 2016 09:17:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C55C16C4 for <gentoo-commits@lists.gentoo.org>; Sun, 28 Feb 2016 09:17:16 +0000 (UTC) From: "Fabian Groffen" <grobian@gentoo.org> 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" <grobian@gentoo.org> Message-ID: <1456651012.e9afd76ffab05e6aa8b8a7422c5ff00e97627b79.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: e9afd76ffab05e6aa8b8a7422c5ff00e97627b79 X-VCS-Branch: master Date: Sun, 28 Feb 2016 09:17:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e7dbfe2c-1631-49aa-a1a8-f51a06c73bf1 X-Archives-Hash: 3c72c81d4f4db6471bc70de42a2a46f7 commit: e9afd76ffab05e6aa8b8a7422c5ff00e97627b79 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Feb 28 09:16:52 2016 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Feb 28 09:16:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9afd76f dev-lang/go: fix for and keyworded ~x64-solaris, bug #575510 Package-Manager: portage-2.2.27-prefix dev-lang/go/go-1.6-r2.ebuild | 4 ++-- 1 file 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 23574ef..a5c39f2 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