Signed-off-by: Michał Górny <mgo...@gentoo.org> --- eclass/go-module.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
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 <willi...@gentoo.org> # Robin H. Johnson <robb...@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 -- 2.33.0