Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-bindata/
Date: Sat, 30 May 2020 16:58:28
Message-Id: 1590857876.091fe5ae0fb5cfbc9be37bd4c13e77b9478a2804.williamh@gentoo
1 commit: 091fe5ae0fb5cfbc9be37bd4c13e77b9478a2804
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 16:54:16 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 16:57:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091fe5ae
7
8 dev-go/go-bindata: repoman fixes
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-go/go-bindata/go-bindata-3.1.3.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-go/go-bindata/go-bindata-3.1.3.ebuild b/dev-go/go-bindata/go-bindata-3.1.3.ebuild
16 index ca68affded6..b27fcfa03f8 100644
17 --- a/dev-go/go-bindata/go-bindata-3.1.3.ebuild
18 +++ b/dev-go/go-bindata/go-bindata-3.1.3.ebuild
19 @@ -1,10 +1,9 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 inherit go-module
26
27 -
28 DESCRIPTION="A small utility which generates Go code from any file"
29 HOMEPAGE="https://github.com/go-bindata/go-bindata"