commit: fca166581ab2061776bbe2f9b249814a1439bdcd Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Thu Dec 29 23:46:36 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Thu Dec 29 23:46:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca16658
dev-go/go-bindata: Add ~arm keyword Based on testing by Andrius Štikonas on Odroid-U2 Gentoo-Bug: #603746 Package-Manager: portage-2.3.3 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 1addee8..3738cb4 100644 --- a/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild +++ b/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild @@ -8,7 +8,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" +KEYWORDS="~amd64 ~arm" DESCRIPTION="A small utility which generates Go code from any file" HOMEPAGE="https://github.com/jteeuwen/go-bindata"
