summaryrefslogtreecommitdiff
path: root/eclass/optfeature.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-24 23:59:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-24 23:59:54 +0000
commit401101f9c8077911929d3f2b60a37098460a5d89 (patch)
treec2bef4719f6787550f0916aeaa8f4f403a9296af /eclass/optfeature.eclass
parent4cbcc855382a06088e2f016f62cafdbcb7e40665 (diff)
gentoo resync : 25.03.2022
Diffstat (limited to 'eclass/optfeature.eclass')
-rw-r--r--eclass/optfeature.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass
index f9870e047326..acf8584e6dbc 100644
--- a/eclass/optfeature.eclass
+++ b/eclass/optfeature.eclass
@@ -15,7 +15,7 @@ esac
if [[ -z ${_OPTFEATURE_ECLASS} ]]; then
_OPTFEATURE_ECLASS=1
-# @ECLASS-VARIABLE: _OPTFEATURE_DEFAULT_HEADER
+# @ECLASS_VARIABLE: _OPTFEATURE_DEFAULT_HEADER
# @INTERNAL
# @DESCRIPTION:
# Default header printed ahead of optfeature output. Can be overridden
@@ -25,7 +25,7 @@ _OPTFEATURE_DEFAULT_HEADER="Install additional packages for optional runtime fea
readonly _OPTFEATURE_DEFAULT_HEADER
-# @ECLASS-VARIABLE: _OPTFEATURE_HEADER
+# @ECLASS_VARIABLE: _OPTFEATURE_HEADER
# @INTERNAL
# @DESCRIPTION:
# Default empty. Custom header printed ahead of optfeature output.
@@ -34,7 +34,7 @@ readonly _OPTFEATURE_DEFAULT_HEADER
# dependencies are present.
_OPTFEATURE_HEADER=
-# @ECLASS-VARIABLE: _OPTFEATURE_DOHEADER
+# @ECLASS_VARIABLE: _OPTFEATURE_DOHEADER
# @INTERNAL
# @DESCRIPTION:
# If true, print header ahead of the first optfeature output.