diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:43:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:45:11 +0000 |
commit | 237651673133405b8cd1e4047ccb12bd186e3d7a (patch) | |
tree | 84e80e04b8210a747422df40232ee262b417c1c1 /dev-libs | |
parent | net-firewall/nufw: add subslot dep on OpenLDAP (diff) | |
download | gentoo-237651673133405b8cd1e4047ccb12bd186e3d7a.tar.gz gentoo-237651673133405b8cd1e4047ccb12bd186e3d7a.tar.bz2 gentoo-237651673133405b8cd1e4047ccb12bd186e3d7a.zip |
dev-libs/apr-util: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/apr-util/apr-util-1.6.1-r8.ebuild (renamed from dev-libs/apr-util/apr-util-1.6.1-r7.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/apr-util/apr-util-1.6.1-r7.ebuild b/dev-libs/apr-util/apr-util-1.6.1-r8.ebuild index 5b5a167a75f1..74595ea262dc 100644 --- a/dev-libs/apr-util/apr-util-1.6.1-r7.ebuild +++ b/dev-libs/apr-util/apr-util-1.6.1-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,7 @@ RDEPEND=" virtual/libcrypt:= berkdb? ( >=sys-libs/db-4:= ) gdbm? ( sys-libs/gdbm:= ) - ldap? ( =net-nds/openldap-2* ) + ldap? ( net-nds/openldap:= ) mysql? ( || ( dev-db/mariadb-connector-c >=dev-db/mysql-connector-c-8 |