diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:08:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:13:34 +0000 |
commit | 812a70d7be32201db2a4e3d50f1f0565cac72bae (patch) | |
tree | 4ea46674161435080761a2fc8caaa708271c6a9c | |
parent | net-irc/inspircd: add subslot dep on OpenLDAP (diff) | |
download | gentoo-812a70d7be32201db2a4e3d50f1f0565cac72bae.tar.gz gentoo-812a70d7be32201db2a4e3d50f1f0565cac72bae.tar.bz2 gentoo-812a70d7be32201db2a4e3d50f1f0565cac72bae.zip |
sys-fs/quota: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-fs/quota/quota-4.06-r1.ebuild (renamed from sys-fs/quota/quota-4.06.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/quota/quota-4.06.ebuild b/sys-fs/quota/quota-4.06-r1.ebuild index 1c4cd2de9211..c60ede4d7067 100644 --- a/sys-fs/quota/quota-4.06.ebuild +++ b/sys-fs/quota/quota-4.06-r1.ebuild @@ -16,7 +16,7 @@ IUSE="ldap netlink nls rpc tcpd" RDEPEND=" sys-fs/e2fsprogs - ldap? ( >=net-nds/openldap-2.3.35 ) + ldap? ( >=net-nds/openldap-2.3.35:= ) netlink? ( sys-apps/dbus dev-libs/libnl:3 |