Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 11 Sep 2021 05:44:36
Message-Id: 1631339062.9f41c938a745479414544fa9c03aaa1b6d9b989b.sam@gentoo
1 commit: 9f41c938a745479414544fa9c03aaa1b6d9b989b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:19:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 05:44:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f41c938
7
8 go-module.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 eclass/go-module.eclass | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
17 index d1e81babf1f..110d3f03983 100644
18 --- a/eclass/go-module.eclass
19 +++ b/eclass/go-module.eclass
20 @@ -1,4 +1,4 @@
21 -# Copyright 2019-2020 Gentoo Authors
22 +# Copyright 2019-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 # @ECLASS: go-module.eclass
26 @@ -8,6 +8,7 @@
27 # William Hubbs <williamh@g.o>
28 # Robin H. Johnson <robbat2@g.o>
29 # @SUPPORTED_EAPIS: 7 8
30 +# @PROVIDES: golang-base
31 # @BLURB: basic eclass for building software written as go modules
32 # @DESCRIPTION:
33 # This eclass provides basic settings and functions needed by all software