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 4653613800E for ; Sun, 21 Feb 2016 18:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3AFC21C017; Sun, 21 Feb 2016 18:59:58 +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 82C5F21C017 for ; Sun, 21 Feb 2016 18:59:58 +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 7D541340AA7 for ; Sun, 21 Feb 2016 18:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A40F15F for ; Sun, 21 Feb 2016 18:59:54 +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: <1456081175.dc5a1b1a0736a3155d78c46fefc94e728b26875b.maekke@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.5.3.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: dc5a1b1a0736a3155d78c46fefc94e728b26875b X-VCS-Branch: master Date: Sun, 21 Feb 2016 18:59:54 +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: c6c17815-3010-4c2d-89c8-35d745391493 X-Archives-Hash: 15e620adb83c607990a578e0bdbaab99 commit: dc5a1b1a0736a3155d78c46fefc94e728b26875b Author: Markus Meier gentoo org> AuthorDate: Sun Feb 21 18:59:35 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Feb 21 18:59:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5a1b1a dev-lang/go: arm stable, bug #573856 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" dev-lang/go/go-1.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/go/go-1.5.3.ebuild b/dev-lang/go/go-1.5.3.ebuild index 8d4b5b1..62e4a4d 100644 --- a/dev-lang/go/go-1.5.3.ebuild +++ b/dev-lang/go/go-1.5.3.ebuild @@ -16,7 +16,7 @@ else SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz" # go-bootstrap-1.4 only supports go on amd64, arm and x86 architectures. # Allowing other bootstrap options would enable arm64 and ppc64 builds. - 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" fi DESCRIPTION="A concurrent garbage collected and typesafe programming language"