diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 19:38:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-03 13:17:32 +0200 |
commit | ee9bfa3454f19b9631821ce601d0c423f9312d57 (patch) | |
tree | 9430a574eb403d8f8a75f23e28e8759d1298fbdb /eclass | |
parent | golang-build.eclass: Set @PROVIDES (diff) | |
download | gentoo-ee9bfa3454f19b9631821ce601d0c423f9312d57.tar.gz gentoo-ee9bfa3454f19b9631821ce601d0c423f9312d57.tar.bz2 gentoo-ee9bfa3454f19b9631821ce601d0c423f9312d57.zip |
golang-vcs.eclass: Add @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/golang-vcs.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/golang-vcs.eclass b/eclass/golang-vcs.eclass index 4d4a38bffe8c..27b2e5fa9c9b 100644 --- a/eclass/golang-vcs.eclass +++ b/eclass/golang-vcs.eclass @@ -5,6 +5,7 @@ # @MAINTAINER: # William Hubbs <williamh@gentoo.org> # @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 |