Skip to content

Commit

Permalink
dev-go/go-bindata: Add ~arm64 keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Andrius Štikonas <[email protected]>
Closes: gentoo#10257
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
stikonas authored and FuzzyGophers committed Apr 18, 2019
1 parent cb12806 commit fb5fee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-go/go-bindata/go-bindata-0_pre20151023.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fb5fee5

Please sign in to comment.