diff options
author | William Hubbs <williamh@gentoo.org> | 2022-02-13 03:54:33 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2022-02-13 03:54:33 -0600 |
commit | 7f8297d319da8a7fe6680217ad8362b46ac1c95a (patch) | |
tree | a129972ae728cf63472478c2a1316735006fd714 /eclass/golang-vcs.eclass | |
parent | mail-client/mutt-2.2.0: version bump (diff) | |
download | gentoo-7f8297d319da8a7fe6680217ad8362b46ac1c95a.tar.gz gentoo-7f8297d319da8a7fe6680217ad8362b46ac1c95a.tar.bz2 gentoo-7f8297d319da8a7fe6680217ad8362b46ac1c95a.zip |
eclass/golang-*: fix deprecation notices
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'eclass/golang-vcs.eclass')
-rw-r--r-- | eclass/golang-vcs.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/golang-vcs.eclass b/eclass/golang-vcs.eclass index e30888297f8c..6492fe4378c5 100644 --- a/eclass/golang-vcs.eclass +++ b/eclass/golang-vcs.eclass @@ -7,7 +7,7 @@ # @SUPPORTED_EAPIS: 5 6 7 # @PROVIDES: golang-base # @BLURB: Eclass for fetching and unpacking go repositories. -# @DEPRECATED: Go packages should use the go-module eclass +# @DEPRECATED: go-module.eclass # @DESCRIPTION: # This eclass is written to ease the maintenance of live ebuilds # of software written in the Go programming language. |