dev-go/go-bindata: Add ~arm64 keyword
authorAndrius Štikonas <andrius@stikonas.eu>
Fri, 9 Nov 2018 21:19:15 +0000 (21:19 +0000)
committerAaron Bauman <bman@gentoo.org>
Thu, 18 Apr 2019 03:29:53 +0000 (23:29 -0400)
Signed-off-by: Andrius Štikonas <andrius@stikonas.eu>
Closes: https://github.com/gentoo/gentoo/pull/10257
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-go/go-bindata/go-bindata-0_pre20151023.ebuild

index 6f829f287f71c57553f167158475308127beee54..b70a94ebc66c7423cf3cbe40da6062b68fa81ef9 100644 (file)
@@ -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"