diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-06-17 11:55:55 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-06-17 11:56:49 +0200 |
commit | b7d5161f387a7fd997bedae6bb7f903db001f171 (patch) | |
tree | 25df5a865bcde94820162d22ae2550309f329a88 /eclass/apache-2.eclass | |
parent | app-doc/pms: Bump EAPI of live ebuild. (diff) | |
download | gentoo-b7d5161f387a7fd997bedae6bb7f903db001f171.tar.gz gentoo-b7d5161f387a7fd997bedae6bb7f903db001f171.tar.bz2 gentoo-b7d5161f387a7fd997bedae6bb7f903db001f171.zip |
apache-2.eclass: Added "gdbm" USE flag to IUSE.
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 4a9f1565d030..b2d72f479c7b 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -91,7 +91,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2 # built-in modules IUSE_MPMS="${IUSE_MPMS_FORK} ${IUSE_MPMS_THREAD}" -IUSE="${IUSE} debug doc ldap libressl selinux ssl static suexec threads" +IUSE="${IUSE} debug doc gdbm ldap libressl selinux ssl static suexec threads" for module in ${IUSE_MODULES} ; do IUSE="${IUSE} apache2_modules_${module}" |