dev-libs/cyrus-sasl-2.1.27-r2: fix LDAP dependencies

Otherwise it fails to configure:

  checking LDAPDB... enabled
  configure: error: Cannot enable LDAPDB plugin: You need to specify --with-ldap

Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/11598
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Rolf Eike Beer
2019-04-05 11:45:07 +02:00
committed by Lars Wendler
parent 7423ade70c
commit 56e43759e7

View File

@@ -34,6 +34,8 @@ CDEPEND="
)
java? ( >=virtual/jdk-1.6:= )"
REQUIRED_USE="ldapdb? ( openldap )"
RDEPEND="
${CDEPEND}
selinux? ( sec-policy/selinux-sasl )"