Skip to content

Commit

Permalink
apache-2.eclass: Added "gdbm" USE flag to IUSE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wendler committed Jun 17, 2018
1 parent dbfede9 commit b7d5161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/apache-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit b7d5161

Please sign in to comment.