summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-16 17:36:34 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-16 18:13:20 -0500
commit15b8be9466f6a641336fa92b29efdbf3c7fe672c (patch)
tree135fa48f855eb9161b2c497f53a3a0d6a525ad87 /eclass/apache-2.eclass
parenteclass/acct-user: fixup documentation (diff)
downloadgentoo-15b8be9466f6a641336fa92b29efdbf3c7fe672c.tar.gz
gentoo-15b8be9466f6a641336fa92b29efdbf3c7fe672c.tar.bz2
gentoo-15b8be9466f6a641336fa92b29efdbf3c7fe672c.zip
eclass/apache-2: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r--eclass/apache-2.eclass5
1 files changed, 5 insertions, 0 deletions
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