From 401101f9c8077911929d3f2b60a37098460a5d89 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 24 Mar 2022 23:59:54 +0000 Subject: gentoo resync : 25.03.2022 --- eclass/apache-2.eclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'eclass/apache-2.eclass') 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() -- cgit v1.2.3