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 69B01138334 for ; Thu, 18 Apr 2019 03:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5192E0B8B; Thu, 18 Apr 2019 03:30:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7F716E0B99 for ; Thu, 18 Apr 2019 03:30:23 +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 1AFC23417D0 for ; Thu, 18 Apr 2019 03:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15E1F584 for ; Thu, 18 Apr 2019 03:30:15 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1555558193.fb5fee5b0544dc274387ddf3369cd2896a2e0e17.bman@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-0_pre20151023.ebuild X-VCS-Directories: dev-go/go-bindata/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: fb5fee5b0544dc274387ddf3369cd2896a2e0e17 X-VCS-Branch: master Date: Thu, 18 Apr 2019 03:30:15 +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: 2a0f4f16-ec4a-4a02-8c0e-bb31bfc326cc X-Archives-Hash: ce12bc8b0e5b01666e7f8bce2f8792ab commit: fb5fee5b0544dc274387ddf3369cd2896a2e0e17 Author: Andrius Štikonas stikonas eu> AuthorDate: Fri Nov 9 21:19:15 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 18 03:29:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5fee5b dev-go/go-bindata: Add ~arm64 keyword Signed-off-by: Andrius Štikonas stikonas.eu> Closes: https://github.com/gentoo/gentoo/pull/10257 Signed-off-by: Aaron Bauman gentoo.org> dev-go/go-bindata/go-bindata-0_pre20151023.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild b/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild index 6f829f287f7..b70a94ebc66 100644 --- a/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild +++ b/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild @@ -7,7 +7,7 @@ inherit golang-build golang-vcs-snapshot EGO_PN="github.com/jteeuwen/go-bindata/..." EGIT_COMMIT="a0ff2567cfb70903282db057e799fd826784d41d" ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 ~arm" +KEYWORDS="amd64 ~arm ~arm64" DESCRIPTION="A small utility which generates Go code from any file" HOMEPAGE="https://github.com/jteeuwen/go-bindata"