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 7470558973 for ; Tue, 19 Jan 2016 10:26:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E20D621C071; Tue, 19 Jan 2016 10:25:59 +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 8307821C071 for ; Tue, 19 Jan 2016 10:25:59 +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 8081134067D for ; Tue, 19 Jan 2016 10:25:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1351A2C for ; Tue, 19 Jan 2016 10:25:55 +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: <1453199138.21e2198c2b5a0f4748e7691d99e2193c9a2a3ac2.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go-bootstrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild X-VCS-Directories: dev-lang/go-bootstrap/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 21e2198c2b5a0f4748e7691d99e2193c9a2a3ac2 X-VCS-Branch: master Date: Tue, 19 Jan 2016 10:25:55 +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: 47504efe-6e17-4764-9b4d-31bc62cfccb0 X-Archives-Hash: 2712ab16d713dd1b3c0a213c991caa37 commit: 21e2198c2b5a0f4748e7691d99e2193c9a2a3ac2 Author: Fabian Groffen gentoo org> AuthorDate: Tue Jan 19 10:24:55 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jan 19 10:25:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e2198c dev-lang/go-bootstrap: marked ~x64-solaris Package-Manager: portage-2.2.20-prefix dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild b/dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild index faba1ca..adf2490 100644 --- a/dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild +++ b/dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild @@ -10,7 +10,7 @@ inherit eutils toolchain-funcs 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" DESCRIPTION="Version of go compiler used for bootstrapping" HOMEPAGE="http://www.golang.org"