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/webapp.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass/webapp.eclass') diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 7bdf28430b48..3c0dfc811ac6 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -20,20 +20,20 @@ EXPORT_FUNCTIONS pkg_postinst pkg_setup src_install pkg_prerm if [[ -z ${_WEBAPP_ECLASS} ]]; then _WEBAPP_ECLASS=1 -# @ECLASS-VARIABLE: WEBAPP_DEPEND +# @ECLASS_VARIABLE: WEBAPP_DEPEND # @DESCRIPTION: # An ebuild should use WEBAPP_DEPEND if a custom DEPEND needs to be built, most # notably in combination with WEBAPP_OPTIONAL. WEBAPP_DEPEND="app-admin/webapp-config" -# @ECLASS-VARIABLE: WEBAPP_NO_AUTO_INSTALL +# @ECLASS_VARIABLE: WEBAPP_NO_AUTO_INSTALL # @PRE_INHERIT # @DESCRIPTION: # An ebuild sets this to `yes' if an automatic installation and/or upgrade is # not possible. The ebuild should overwrite pkg_postinst() and explain the # reason for this BEFORE calling webapp_pkg_postinst(). -# @ECLASS-VARIABLE: WEBAPP_OPTIONAL +# @ECLASS_VARIABLE: WEBAPP_OPTIONAL # @PRE_INHERIT # @DESCRIPTION: # An ebuild sets this to `yes' to make webapp support optional, in which case -- cgit v1.2.3