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-snapshot.eclass | |
| parent | 1c0a2faf515428f6bad9421aa8ec1a3ffc9a8f4a (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-snapshot.eclass')
| -rw-r--r-- | eclass/golang-vcs-snapshot.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass index 5081f1b1d986..fb1e3c4a1eb2 100644 --- a/eclass/golang-vcs-snapshot.eclass +++ b/eclass/golang-vcs-snapshot.eclass @@ -7,7 +7,7 @@ # @SUPPORTED_EAPIS: 5 6 7 # @PROVIDES: golang-base # @BLURB: eclass to unpack VCS snapshot tarballs for Go software -# @DEPRECATED: Go packages should use the go-module eclass +# @DEPRECATED: go-module.eclass # @DESCRIPTION: # This eclass provides a convenience src_unpack() which unpacks the # first tarball mentioned in SRC_URI to its appropriate location in |
