commit: 201f639d0e5e5813bc06c32bd4d424339b22243c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 09:19:20 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 3 11:17:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201f639d
golang-vcs-snapshot.eclass: Set @PROVIDES Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/golang-vcs-snapshot.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass index abdb7fa119d..66503e38b59 100644 --- a/eclass/golang-vcs-snapshot.eclass +++ b/eclass/golang-vcs-snapshot.eclass @@ -5,6 +5,7 @@ # @MAINTAINER: # William Hubbs <[email protected]> # @SUPPORTED_EAPIS: 5 6 7 +# @PROVIDES: golang-base # @BLURB: eclass to unpack VCS snapshot tarballs for Go software # @DESCRIPTION: # This eclass provides a convenience src_unpack() which unpacks the
