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 58F6358973 for ; Mon, 8 Feb 2016 05:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AECF21C004; Mon, 8 Feb 2016 05:15:19 +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 DA69621C004 for ; Mon, 8 Feb 2016 05:15:18 +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 A9929340766 for ; Mon, 8 Feb 2016 05:15:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DEA58EE for ; Mon, 8 Feb 2016 05:15:16 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1454908448.c5a6fb53c7e187f5d0b58c4bd3d2997a560ac0f1.patrick@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.6_rc2.ebuild dev-lang/go/go-9999.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: c5a6fb53c7e187f5d0b58c4bd3d2997a560ac0f1 X-VCS-Branch: master Date: Mon, 8 Feb 2016 05:15:16 +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: d61110ea-b562-4d79-9ac2-146bf5019684 X-Archives-Hash: 93df882088207aed52cbf68d54522748 commit: c5a6fb53c7e187f5d0b58c4bd3d2997a560ac0f1 Author: Patrick Lauer gentoo org> AuthorDate: Mon Feb 8 05:14:08 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Feb 8 05:14:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a6fb53 dev-lang/go: Whitespace Package-Manager: portage-2.2.27 dev-lang/go/go-1.6_rc2.ebuild | 2 +- dev-lang/go/go-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/go/go-1.6_rc2.ebuild b/dev-lang/go/go-1.6_rc2.ebuild index 86910ef..25fbae1 100644 --- a/dev-lang/go/go-1.6_rc2.ebuild +++ b/dev-lang/go/go-1.6_rc2.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://storage.googleapis.com/golang/go${MY_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. - case ${PV} in + case ${PV} in *9999*|*_rc*) ;; *) KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos" diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 86910ef..25fbae1 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://storage.googleapis.com/golang/go${MY_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. - case ${PV} in + case ${PV} in *9999*|*_rc*) ;; *) KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos"