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 4E79913800E for ; Sun, 21 Feb 2016 18:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 657BC21C016; Sun, 21 Feb 2016 18:59:16 +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 03B7C21C016 for ; Sun, 21 Feb 2016 18:59:15 +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 17D16340AA7 for ; Sun, 21 Feb 2016 18:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F167F15F for ; Sun, 21 Feb 2016 18:59:09 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1456081131.2e4964a614167a5eca26e16b5f68fd531a35e727.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 2e4964a614167a5eca26e16b5f68fd531a35e727 X-VCS-Branch: master Date: Sun, 21 Feb 2016 18:59:09 +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: 707cca38-0758-4e76-88bb-463ed9ae2c70 X-Archives-Hash: 660e66817eb1ded2869ae9633fb2e5fe commit: 2e4964a614167a5eca26e16b5f68fd531a35e727 Author: Markus Meier gentoo org> AuthorDate: Sun Feb 21 18:58:51 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Feb 21 18:58:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4964a6 dev-lang/go-bootstrap: arm stable, bug #573856 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" 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 6fcd5cd..d0b2c69 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"