Skip to content

Commit

Permalink
apache-2.eclass: Add conditional dependency on sys-libs/gdbm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wendler committed Jun 17, 2018
1 parent 3545a75 commit 4d9924b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclass/apache-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,11 @@ unset -f _apache2_set_mpms

DEPEND="${CDEPEND}
dev-lang/perl
=dev-libs/apr-util-1*:=[ldap?]
=dev-libs/apr-util-1*:=[gdbm=,ldap?]
dev-libs/libpcre
apache2_modules_deflate? ( sys-libs/zlib )
apache2_modules_mime? ( app-misc/mime-types )
gdbm? ( sys-libs/gdbm:= )
ldap? ( =net-nds/openldap-2* )
ssl? (
!libressl? ( >=dev-libs/openssl-1.0.2:0= )
Expand Down

0 comments on commit 4d9924b

Please sign in to comment.