Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-bindata/
Date: Tue, 23 Apr 2019 12:48:10
Message-Id: 1556023654.3c6e3d8ea9d95f4313e896d8fcd6a2a8f2b81c41.mrueg@gentoo
1 commit: 3c6e3d8ea9d95f4313e896d8fcd6a2a8f2b81c41
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 23 12:47:34 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 12:47:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6e3d8e
7
8 dev-go/go-bindata: Stable on amd64
9
10 Package-Manager: Portage-2.3.63, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 dev-go/go-bindata/go-bindata-1.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-go/go-bindata/go-bindata-1.0.0.ebuild b/dev-go/go-bindata/go-bindata-1.0.0.ebuild
17 index 32457564b82..ebedc702e22 100644
18 --- a/dev-go/go-bindata/go-bindata-1.0.0.ebuild
19 +++ b/dev-go/go-bindata/go-bindata-1.0.0.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21 inherit golang-build golang-vcs-snapshot
22
23 EGO_PN="github.com/go-bindata/go-bindata/..."
24 -KEYWORDS="~amd64 ~arm"
25 +KEYWORDS="amd64 ~arm"
26
27 DESCRIPTION="A small utility which generates Go code from any file"
28 HOMEPAGE="https://github.com/go-bindata/go-bindata"