diff options
author | Sam James <sam@gentoo.org> | 2022-03-16 17:30:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-16 17:33:04 +0000 |
commit | e65639b6d7291e2bde02bc7fb8cbad008af2c36c (patch) | |
tree | bd10a215d184585b19967e5f29058f36e22c72bd /eclass | |
parent | www-apps/gitea: drop vulnerable (diff) | |
download | gentoo-e65639b6d7291e2bde02bc7fb8cbad008af2c36c.tar.gz gentoo-e65639b6d7291e2bde02bc7fb8cbad008af2c36c.tar.bz2 gentoo-e65639b6d7291e2bde02bc7fb8cbad008af2c36c.zip |
golang-base.eclass: fix eclassdoc generation (tag ordering)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/golang-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass index bcb37d432cfa..f506e32dc7ca 100644 --- a/eclass/golang-base.eclass +++ b/eclass/golang-base.eclass @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: golang-base.eclass # @MAINTAINER: # William Hubbs <williamh@gentoo.org> # @SUPPORTED_EAPIS: 5 6 7 -# @DEPRECATED: go-module.eclass # @BLURB: Eclass that provides base functions for Go packages. +# @DEPRECATED: go-module.eclass # @DESCRIPTION: # This eclass provides base functions for software written in the Go # programming language; it also provides the build-time dependency on |