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 3EE42138334 for ; Sat, 27 Apr 2019 14:57:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56DC6E0788; Sat, 27 Apr 2019 14:57:28 +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 3A13DE0788 for ; Sat, 27 Apr 2019 14:57:27 +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 7E49F3429E0 for ; Sat, 27 Apr 2019 14:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3A3757E for ; Sat, 27 Apr 2019 14:57:24 +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: <1556377037.6d76125ba36aa704d1cee080202ba7fbcd3ff590.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-1.0.0.ebuild X-VCS-Directories: dev-go/go-bindata/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6d76125ba36aa704d1cee080202ba7fbcd3ff590 X-VCS-Branch: master Date: Sat, 27 Apr 2019 14:57:24 +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: 90d7a752-bb4c-4531-8834-57c67be43a33 X-Archives-Hash: 626da4a16dfd19f33d6620455d444974 commit: 6d76125ba36aa704d1cee080202ba7fbcd3ff590 Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 27 14:56:48 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 27 14:57:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d76125b dev-go/go-bindata: arm64 keyworded (bug #684440) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-go/go-bindata/go-bindata-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/go-bindata/go-bindata-1.0.0.ebuild b/dev-go/go-bindata/go-bindata-1.0.0.ebuild index ebedc702e22..50276398b2e 100644 --- a/dev-go/go-bindata/go-bindata-1.0.0.ebuild +++ b/dev-go/go-bindata/go-bindata-1.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit golang-build golang-vcs-snapshot EGO_PN="github.com/go-bindata/go-bindata/..." -KEYWORDS="amd64 ~arm" +KEYWORDS="amd64 ~arm ~arm64" DESCRIPTION="A small utility which generates Go code from any file" HOMEPAGE="https://github.com/go-bindata/go-bindata"