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 EDD2C58973 for ; Thu, 4 Feb 2016 20:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2FA721C02E; Thu, 4 Feb 2016 20:18:31 +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 4ED3021C02E for ; Thu, 4 Feb 2016 20:18:31 +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 2DE22340AE0 for ; Thu, 4 Feb 2016 20:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43AD811D for ; Thu, 4 Feb 2016 20:18:28 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1454616853.a1effdbe93843e44eb414b77a86d63612a1a8bbb.williamh@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: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: a1effdbe93843e44eb414b77a86d63612a1a8bbb X-VCS-Branch: master Date: Thu, 4 Feb 2016 20:18:28 +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: e1dfb171-fb9d-4435-afa3-2f738782e359 X-Archives-Hash: bdd2ae7af15e4affe1f53ec5819aa122 commit: a1effdbe93843e44eb414b77a86d63612a1a8bbb Author: William Hubbs gentoo org> AuthorDate: Thu Feb 4 20:08:31 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Feb 4 20:14:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1effdbe dev-lang/go-bootstrap-1.4.3: stable on amd64 wrt #573856 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 adf2490..6fcd5cd 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 ~x64-solaris" +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"