From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20DF21382C5 for ; Wed, 16 Dec 2020 23:13:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F065E09F1; Wed, 16 Dec 2020 23:13:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19776E09F1 for ; Wed, 16 Dec 2020 23:13:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30882340D0C for ; Wed, 16 Dec 2020 23:13:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA6B74C for ; Wed, 16 Dec 2020 23:13:36 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1608160400.15b8be9466f6a641336fa92b29efdbf3c7fe672c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/apache-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 15b8be9466f6a641336fa92b29efdbf3c7fe672c X-VCS-Branch: master Date: Wed, 16 Dec 2020 23:13:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0bf20eb-d78d-4454-898e-9cd1e2f6db0b X-Archives-Hash: 632003c89902039099fadbffb50e2f7a commit: 15b8be9466f6a641336fa92b29efdbf3c7fe672c Author: Aaron Bauman gentoo org> AuthorDate: Wed Dec 16 22:36:34 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 16 23:13:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b8be94 eclass/apache-2: fixup documentation Signed-off-by: Aaron Bauman gentoo.org> eclass/apache-2.eclass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 07f2cd6af87..40877e89b02 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