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 2FAFC1388C0 for ; Sat, 27 Feb 2016 20:44:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC381E0852; Sat, 27 Feb 2016 20:44: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 6B519E0852 for ; Sat, 27 Feb 2016 20:44: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 4900A340BC7 for ; Sat, 27 Feb 2016 20:44:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35D2914CD for ; Sat, 27 Feb 2016 20:44:28 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1456488290.de47eabed89bdaa6092fb4de97548b5ae13ae941.monsieurp@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-r2.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: de47eabed89bdaa6092fb4de97548b5ae13ae941 X-VCS-Branch: master Date: Sat, 27 Feb 2016 20:44: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: 6b168b4a-0c98-400c-8c46-8b5031fedebc X-Archives-Hash: 00044a491bd8ee061898f10c10caa25d commit: de47eabed89bdaa6092fb4de97548b5ae13ae941 Author: Yuta Satoh gmail com> AuthorDate: Fri Feb 26 12:04:50 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Feb 26 12:04:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de47eabe dev-lang/go: add ~amd64-fbsd, ~x86-fbsd keyword, bug #575510 dev-lang/go/go-1.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/go/go-1.6-r2.ebuild b/dev-lang/go/go-1.6-r2.ebuild index e9e0d2b..9c21fe2 100644 --- a/dev-lang/go/go-1.6-r2.ebuild +++ b/dev-lang/go/go-1.6-r2.ebuild @@ -39,7 +39,7 @@ else case ${PV} in *9999*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm64" + KEYWORDS="-* ~amd64 ~arm64 ~amd64-fbsd ~x86-fbsd" ;; esac fi