diff options
author | Sam James <sam@gentoo.org> | 2021-09-11 07:18:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-11 07:18:40 +0100 |
commit | ffee0847b9230201b0aace015d4ac4a18fee8414 (patch) | |
tree | c4ae2f65ea819d05fad210a44fee0753fae7baa6 /eclass | |
parent | sys-kernel/gentoo-kernel-bin: add 5.13.15 for arm64 (diff) | |
download | gentoo-ffee0847b9230201b0aace015d4ac4a18fee8414.tar.gz gentoo-ffee0847b9230201b0aace015d4ac4a18fee8414.tar.bz2 gentoo-ffee0847b9230201b0aace015d4ac4a18fee8414.zip |
Revert "go-module.eclass: Set @PROVIDES"
This reverts commit 9f41c938a745479414544fa9c03aaa1b6d9b989b.
Doesn't inherit it!
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/go-module.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 110d3f039838..d1e81babf1f8 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: go-module.eclass @@ -8,7 +8,6 @@ # 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 |