diff options
author | William Hubbs <williamh@gentoo.org> | 2020-05-30 11:54:16 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-05-30 11:57:56 -0500 |
commit | 091fe5ae0fb5cfbc9be37bd4c13e77b9478a2804 (patch) | |
tree | 94deefa1ab84343d1de06d067bf7d0fcd13f5447 | |
parent | app-portage/gpyutils: Update impls (diff) | |
download | gentoo-091fe5ae0fb5cfbc9be37bd4c13e77b9478a2804.tar.gz gentoo-091fe5ae0fb5cfbc9be37bd4c13e77b9478a2804.tar.bz2 gentoo-091fe5ae0fb5cfbc9be37bd4c13e77b9478a2804.zip |
dev-go/go-bindata: repoman fixes
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | dev-go/go-bindata/go-bindata-3.1.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-go/go-bindata/go-bindata-3.1.3.ebuild b/dev-go/go-bindata/go-bindata-3.1.3.ebuild index ca68affded6e..b27fcfa03f81 100644 --- a/dev-go/go-bindata/go-bindata-3.1.3.ebuild +++ b/dev-go/go-bindata/go-bindata-3.1.3.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit go-module - DESCRIPTION="A small utility which generates Go code from any file" HOMEPAGE="https://github.com/go-bindata/go-bindata" |