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 BB580138330 for ; Tue, 23 Aug 2016 19:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E39F021C18A; Tue, 23 Aug 2016 19:04:18 +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 8F7CC21C18A for ; Tue, 23 Aug 2016 19:04:18 +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 8B4FD340836 for ; Tue, 23 Aug 2016 19:04:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B55897D8 for ; Tue, 23 Aug 2016 19:04:13 +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: <1471979037.e980204d59ace72f5c8f9d59b409b863588e56a9.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: e980204d59ace72f5c8f9d59b409b863588e56a9 X-VCS-Branch: master Date: Tue, 23 Aug 2016 19:04:13 +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: b28cee92-b1b0-4b38-ba6b-18c4caf2c0f4 X-Archives-Hash: e7edb3f6737d631023e651f53c044505 commit: e980204d59ace72f5c8f9d59b409b863588e56a9 Author: Markus Meier gentoo org> AuthorDate: Tue Aug 23 19:03:57 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Aug 23 19:03:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e980204d dev-go/go-text: add ~arm, bug #590774 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" 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 151ca4b..9b7510b 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" + KEYWORDS="~amd64 ~arm" EGIT_COMMIT="07b9a78963006a15c538ec5175243979025fa7a8" SRC_URI="https://github.com/golang/text/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot