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 8A3C81382C5 for ; Sun, 14 Jun 2020 01:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7CEAE0BFA; Sun, 14 Jun 2020 01:46:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94AC6E0BFA for ; Sun, 14 Jun 2020 01:46:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AE8F34EDF6 for ; Sun, 14 Jun 2020 01:46:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB596286 for ; Sun, 14 Jun 2020 01:46:44 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1592099000.562119418cb07de30fd1a5c9a24ead362e4d5314.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-bindata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-bindata/go-bindata-3.1.3.ebuild X-VCS-Directories: dev-go/go-bindata/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 562119418cb07de30fd1a5c9a24ead362e4d5314 X-VCS-Branch: master Date: Sun, 14 Jun 2020 01:46:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f87ae6a8-e015-4ece-acd9-c16c9890fc41 X-Archives-Hash: 5cb4ab61f5e7b08e1689f39d7cb0b8e4 commit: 562119418cb07de30fd1a5c9a24ead362e4d5314 Author: William Hubbs gentoo org> AuthorDate: Sun Jun 14 01:43:20 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Jun 14 01:43:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56211941 dev-go/go-bindata: stabilize 3.1.3 on amd64 Signed-off-by: William Hubbs gentoo.org> dev-go/go-bindata/go-bindata-3.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/go-bindata/go-bindata-3.1.3.ebuild b/dev-go/go-bindata/go-bindata-3.1.3.ebuild index b27fcfa03f8..d51df91eaed 100644 --- a/dev-go/go-bindata/go-bindata-3.1.3.ebuild +++ b/dev-go/go-bindata/go-bindata-3.1.3.ebuild @@ -28,7 +28,7 @@ SRC_URI="https://github.com/go-bindata/go-bindata/archive/v${PV}.tar.gz -> ${P}. LICENSE="CC-PD" SLOT="0/${PVR}" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="amd64 ~arm ~arm64" src_compile() { GOBIN=${S}/bin \