summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-02 11:19:21 +0200
committerSam James <sam@gentoo.org>2021-09-11 06:44:22 +0100
commit9f41c938a745479414544fa9c03aaa1b6d9b989b (patch)
tree8f9e188bb6f996e78a092b2207ed83d55a6f11f2 /eclass
parentdev-util/diffoscope: add 183 (diff)
downloadgentoo-9f41c938a745479414544fa9c03aaa1b6d9b989b.tar.gz
gentoo-9f41c938a745479414544fa9c03aaa1b6d9b989b.tar.bz2
gentoo-9f41c938a745479414544fa9c03aaa1b6d9b989b.zip
go-module.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/go-module.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
index d1e81babf1f8..110d3f039838 100644
--- a/eclass/go-module.eclass
+++ b/eclass/go-module.eclass
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: go-module.eclass
@@ -8,6 +8,7 @@
# William Hubbs <williamh@gentoo.org>
# Robin H. Johnson <robbat2@gentoo.org>
# @SUPPORTED_EAPIS: 7 8
+# @PROVIDES: golang-base
# @BLURB: basic eclass for building software written as go modules
# @DESCRIPTION:
# This eclass provides basic settings and functions needed by all software