diff options
-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 |