From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-843672-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 5551B1384B4 for <garchives@archives.gentoo.org>; Mon, 2 Nov 2015 20:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9182221C024; Mon, 2 Nov 2015 20:22:05 +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 330ED21C024 for <gentoo-commits@lists.gentoo.org>; Mon, 2 Nov 2015 20:22:04 +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 255E8340831 for <gentoo-commits@lists.gentoo.org>; Mon, 2 Nov 2015 20:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D79841EB8 for <gentoo-commits@lists.gentoo.org>; Mon, 2 Nov 2015 20:21:56 +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: <1446495420.e5946a66cb8bda48ae09b843e1b30fff0ce96f4c.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.4.2.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e5946a66cb8bda48ae09b843e1b30fff0ce96f4c X-VCS-Branch: master Date: Mon, 2 Nov 2015 20:21:56 +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: 09b72e18-e3af-478a-94e2-c4d712a8dffe X-Archives-Hash: e887329f9ff5c4f0b0bad529545d5558 commit: e5946a66cb8bda48ae09b843e1b30fff0ce96f4c Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Nov 2 20:14:40 2015 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Nov 2 20:17:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5946a66 dev-lang/go: keyword 1.4.2 for x64-solaris, can't keyword 1.5 due to unavailable bootstrap package dependency Package-Manager: portage-2.2.20-prefix dev-lang/go/go-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/go/go-1.4.2.ebuild b/dev-lang/go/go-1.4.2.ebuild index 8384e08..ec8f865 100644 --- a/dev-lang/go/go-1.4.2.ebuild +++ b/dev-lang/go/go-1.4.2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} = 9999 ]]; then else SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz" # Upstream only supports go on amd64, arm and x86 architectures. - KEYWORDS="-* amd64 arm x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos" + KEYWORDS="-* amd64 arm x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris" fi DESCRIPTION="A concurrent garbage collected and typesafe programming language"