Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 15/44] go-module.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 10:52:30
Message-Id: 20210902104724.1043118-16-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/44] @PROVIDES for eclasses by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/go-module.eclass | 3 ++-
4 1 file changed, 2 insertions(+), 1 deletion(-)
5
6 diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
7 index d1e81babf1f8..110d3f039838 100644
8 --- a/eclass/go-module.eclass
9 +++ b/eclass/go-module.eclass
10 @@ -1,4 +1,4 @@
11 -# Copyright 2019-2020 Gentoo Authors
12 +# Copyright 2019-2021 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 # @ECLASS: go-module.eclass
16 @@ -8,6 +8,7 @@
17 # William Hubbs <williamh@g.o>
18 # Robin H. Johnson <robbat2@g.o>
19 # @SUPPORTED_EAPIS: 7 8
20 +# @PROVIDES: golang-base
21 # @BLURB: basic eclass for building software written as go modules
22 # @DESCRIPTION:
23 # This eclass provides basic settings and functions needed by all software
24 --
25 2.33.0