Skip to content

Commit

Permalink
sys-auth/nss_ldap: add subslot dep on OpenLDAP
Browse files Browse the repository at this point in the history
New OpenLDAP breaks ABI (changes SONAME)

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 23, 2022
1 parent ee9966f commit e38f453
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux"
IUSE="debug kerberos ssl sasl split-usr"

DEPEND="
>=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}]
>=net-nds/openldap-2.4.38-r1:=[${MULTILIB_USEDEP}]
sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )
kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
ssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
ssl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
"
RDEPEND="
${DEPEND}
Expand Down

0 comments on commit e38f453

Please sign in to comment.