summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/golang-base.eclass2
-rw-r--r--eclass/golang-build.eclass2
-rw-r--r--eclass/golang-vcs-snapshot.eclass2
-rw-r--r--eclass/golang-vcs.eclass2
4 files changed, 4 insertions, 4 deletions
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass
index aca0e291cae8..bcb37d432cfa 100644
--- a/eclass/golang-base.eclass
+++ b/eclass/golang-base.eclass
@@ -5,7 +5,7 @@
# @MAINTAINER:
# William Hubbs <williamh@gentoo.org>
# @SUPPORTED_EAPIS: 5 6 7
-# @DEPRECATED: Go packages should use the go-module eclass
+# @DEPRECATED: go-module.eclass
# @BLURB: Eclass that provides base functions for Go packages.
# @DESCRIPTION:
# This eclass provides base functions for software written in the Go
diff --git a/eclass/golang-build.eclass b/eclass/golang-build.eclass
index a353d19056e4..846593e1c019 100644
--- a/eclass/golang-build.eclass
+++ b/eclass/golang-build.eclass
@@ -7,7 +7,7 @@
# @SUPPORTED_EAPIS: 5 6 7
# @PROVIDES: golang-base
# @BLURB: Eclass for compiling go packages.
-# @DEPRECATED: Go packages should use the go-module eclass
+# @DEPRECATED: go-module.eclass
# @DESCRIPTION:
# This eclass provides default src_compile, src_test and src_install
# functions for software written in the Go programming language.
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
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.