summaryrefslogtreecommitdiff
path: root/eclass/go-module.eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-03-18 21:29:29 +0100
committerUlrich Müller <ulm@gentoo.org>2022-03-24 04:58:34 +0100
commitd7317785d04e7de172de3bff05852fca3cd15af2 (patch)
tree39f2e24069d903cc05c898c695d9a703fcaf5ca9 /eclass/go-module.eclass
parent851ab2624845d5c0f1a89ba2a0c87b3613f5f287 (diff)
downloadgentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.gz
gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.bz2
gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.zip
*.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE
Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/go-module.eclass')
-rw-r--r--eclass/go-module.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
index 9fada315fdbf..3027373ed3dd 100644
--- a/eclass/go-module.eclass
+++ b/eclass/go-module.eclass
@@ -104,7 +104,7 @@ QA_FLAGS_IGNORED='.*'
# Go packages should not be stripped with strip(1).
RESTRICT+=" strip"
-# @ECLASS-VARIABLE: EGO_SUM
+# @ECLASS_VARIABLE: EGO_SUM
# @DEPRECATED
# @DESCRIPTION:
# This is replaced by a dependency tarball, see above for how to create
@@ -152,7 +152,7 @@ RESTRICT+=" strip"
# This decision does NOT weaken Go module security, as Go will verify the
# go.sum copy of the Hash1 values during building of the package.
-# @ECLASS-VARIABLE: _GOMODULE_GOPROXY_BASEURI
+# @ECLASS_VARIABLE: _GOMODULE_GOPROXY_BASEURI
# @DEPRECATED
# @DESCRIPTION:
# Golang module proxy service to fetch module files from. Note that the module
@@ -175,7 +175,7 @@ RESTRICT+=" strip"
# below, so please do not rely on it.
: "${_GOMODULE_GOPROXY_BASEURI:=mirror://goproxy/}"
-# @ECLASS-VARIABLE: _GOMODULE_GOSUM_REVERSE_MAP
+# @ECLASS_VARIABLE: _GOMODULE_GOSUM_REVERSE_MAP
# @DEPRECATED
# @DESCRIPTION:
# Mapping back from Gentoo distfile name to upstream distfile path.
@@ -183,7 +183,7 @@ RESTRICT+=" strip"
# directory structure.
declare -A -g _GOMODULE_GOSUM_REVERSE_MAP
-# @ECLASS-VARIABLE: GO_OPTIONAL
+# @ECLASS_VARIABLE: GO_OPTIONAL
# @DEFAULT_UNSET
# @PRE_INHERIT
# @DESCRIPTION: