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 06:19:00
Message-Id: 1631341120.ffee0847b9230201b0aace015d4ac4a18fee8414.sam@gentoo
1 commit: ffee0847b9230201b0aace015d4ac4a18fee8414
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 11 06:18:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 06:18:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffee0847
7
8 Revert "go-module.eclass: Set @PROVIDES"
9
10 This reverts commit 9f41c938a745479414544fa9c03aaa1b6d9b989b.
11
12 Doesn't inherit it!
13
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 eclass/go-module.eclass | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
20 index 110d3f03983..d1e81babf1f 100644
21 --- a/eclass/go-module.eclass
22 +++ b/eclass/go-module.eclass
23 @@ -1,4 +1,4 @@
24 -# Copyright 2019-2021 Gentoo Authors
25 +# Copyright 2019-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 # @ECLASS: go-module.eclass
29 @@ -8,7 +8,6 @@
30 # William Hubbs <williamh@g.o>
31 # Robin H. Johnson <robbat2@g.o>
32 # @SUPPORTED_EAPIS: 7 8
33 -# @PROVIDES: golang-base
34 # @BLURB: basic eclass for building software written as go modules
35 # @DESCRIPTION:
36 # This eclass provides basic settings and functions needed by all software