commit: ee9bfa3454f19b9631821ce601d0c423f9312d57 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 17:38:36 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 3 11:17:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9bfa34
golang-vcs.eclass: Add @PROVIDES Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/golang-vcs.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/golang-vcs.eclass b/eclass/golang-vcs.eclass index 4d4a38bffe8..27b2e5fa9c9 100644 --- a/eclass/golang-vcs.eclass +++ b/eclass/golang-vcs.eclass @@ -5,6 +5,7 @@ # @MAINTAINER: # William Hubbs <[email protected]> # @SUPPORTED_EAPIS: 5 6 7 +# @PROVIDES: golang-base # @BLURB: Eclass for fetching and unpacking go repositories. # @DESCRIPTION: # This eclass is written to ease the maintenance of live ebuilds
