From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BB0C138330 for ; Wed, 21 Sep 2016 13:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEC06E08E1; Wed, 21 Sep 2016 13:57:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3330AE08E1 for ; Wed, 21 Sep 2016 13:57:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC41B340B37 for ; Wed, 21 Sep 2016 13:57:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBA782481 for ; Wed, 21 Sep 2016 13:57:32 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1474466247.dcb9f7441b64a5eb23a72ed91aec74ece35f8912.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-text/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-text/go-text-0_pre20160211.ebuild X-VCS-Directories: dev-go/go-text/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: dcb9f7441b64a5eb23a72ed91aec74ece35f8912 X-VCS-Branch: master Date: Wed, 21 Sep 2016 13:57:32 +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: f7f4ce11-ac77-4082-9096-536db98eefae X-Archives-Hash: db9786e5a542f9441f27691f285a4aae commit: dcb9f7441b64a5eb23a72ed91aec74ece35f8912 Author: Marek Szuba gentoo org> AuthorDate: Wed Sep 21 13:50:39 2016 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Sep 21 13:57:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb9f744 dev-go/go-text: add ~x86 keyword Tested on a x86 virtual machine. Gentoo-Bug: 590774 Package-Manager: portage-2.3.1 dev-go/go-text/go-text-0_pre20160211.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/go-text/go-text-0_pre20160211.ebuild b/dev-go/go-text/go-text-0_pre20160211.ebuild index 9b7510b..233a7af 100644 --- a/dev-go/go-text/go-text-0_pre20160211.ebuild +++ b/dev-go/go-text/go-text-0_pre20160211.ebuild @@ -10,7 +10,7 @@ EGO_SRC=golang.org/x/text if [[ ${PV} = *9999* ]]; then inherit golang-vcs else - KEYWORDS="~amd64 ~arm" + KEYWORDS="~amd64 ~arm ~x86" EGIT_COMMIT="07b9a78963006a15c538ec5175243979025fa7a8" SRC_URI="https://github.com/golang/text/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot