summaryrefslogtreecommitdiff
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/golang-build.eclass
parentapp-shells/nushell: Add 0.60.0 (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/golang-build.eclass')
-rw-r--r--eclass/golang-build.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/golang-build.eclass b/eclass/golang-build.eclass
index 846593e1c019..f24029a1a9fd 100644
--- a/eclass/golang-build.eclass
+++ b/eclass/golang-build.eclass
@@ -28,7 +28,7 @@ if [[ -z ${_GOLANG_BUILD} ]]; then
_GOLANG_BUILD=1
-# @ECLASS-VARIABLE: EGO_BUILD_FLAGS
+# @ECLASS_VARIABLE: EGO_BUILD_FLAGS
# @DEFAULT_UNSET
# @DESCRIPTION:
# This allows you to pass build flags to the Go compiler. These flags
@@ -41,7 +41,7 @@ _GOLANG_BUILD=1
# EGO_BUILD_FLAGS="-ldflags \"-X main.version ${PV}\""
# @CODE
-# @ECLASS-VARIABLE: EGO_PN
+# @ECLASS_VARIABLE: EGO_PN
# @REQUIRED
# @DESCRIPTION:
# This is the import path for the go package(s) to build. Please emerge