apache-2.eclass: Added "gdbm" USE flag to IUSE.
authorLars Wendler <polynomial-c@gentoo.org>
Sun, 17 Jun 2018 09:55:55 +0000 (11:55 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Sun, 17 Jun 2018 09:56:49 +0000 (11:56 +0200)
eclass/apache-2.eclass

index 4a9f1565d0309e9369f7771d2649a17be9954746..b2d72f479c7b4a15036122ee9bec469b9f655d7f 100644 (file)
@@ -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}"