diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-03-18 21:29:29 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-24 04:58:34 +0100 |
commit | d7317785d04e7de172de3bff05852fca3cd15af2 (patch) | |
tree | 39f2e24069d903cc05c898c695d9a703fcaf5ca9 /eclass/apache-2.eclass | |
parent | app-shells/nushell: Add 0.60.0 (diff) | |
download | gentoo-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/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index ccdfaa4533b2..2197b3d84cd8 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -36,7 +36,7 @@ esac # INTERNAL VARIABLES # ============================================================================== -# @ECLASS-VARIABLE: GENTOO_PATCHNAME +# @ECLASS_VARIABLE: GENTOO_PATCHNAME # @DESCRIPTION: # This internal variable contains the prefix for the patch tarball. # Defaults to the full name and version (including revision) of the package. @@ -45,7 +45,7 @@ esac # GENTOO_PATCHNAME="gentoo-${PN}-${PV}${ORIG_PR:+-${ORIG_PR}}" [[ -n "${GENTOO_PATCHNAME}" ]] || GENTOO_PATCHNAME="gentoo-${PF}" -# @ECLASS-VARIABLE: GENTOO_PATCHDIR +# @ECLASS_VARIABLE: GENTOO_PATCHDIR # @DESCRIPTION: # This internal variable contains the working directory where patches and config # files are located. @@ -200,7 +200,7 @@ unset -f _apache2_set_module_depends # INTERNAL FUNCTIONS # ============================================================================== -# @ECLASS-VARIABLE: MY_MPM +# @ECLASS_VARIABLE: MY_MPM # @DESCRIPTION: # This internal variable contains the selected MPM after a call to setup_mpm() @@ -266,12 +266,12 @@ check_module_critical() { fi } -# @ECLASS-VARIABLE: MY_CONF +# @ECLASS_VARIABLE: MY_CONF # @DESCRIPTION: # This internal variable contains the econf options for the current module # selection after a call to setup_modules() -# @ECLASS-VARIABLE: MY_MODS +# @ECLASS_VARIABLE: MY_MODS # @DESCRIPTION: # This internal variable contains a sorted, space separated list of currently # selected modules after a call to setup_modules() |