From ab3da91fb6c91a9df52fff8f991570f456fd3c7a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 18 Dec 2020 11:06:49 +0000 Subject: gentoo resync : 18.12.2020 --- eclass/apache-2.eclass | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'eclass/apache-2.eclass') diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 07f2cd6af875..40877e89b023 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -87,7 +87,12 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2 # This variable needs to be set in the ebuild and contains a list of available # built-in modules +# @VARIABLE: IUSE_MPMS +# @DESCRIPTION: +# Combine IUSE_MPMS_FORK and IUSE_MPMS_THREAD + IUSE_MPMS="${IUSE_MPMS_FORK} ${IUSE_MPMS_THREAD}" + IUSE="${IUSE} debug doc gdbm ldap libressl selinux ssl static suexec threads" for module in ${IUSE_MODULES} ; do -- cgit v1.2.3