summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-22 22:56:21 +0000
committerSam James <sam@gentoo.org>2022-03-22 23:26:57 +0000
commit5117aac7017dbcf286e839bc5ce252552df48963 (patch)
treebfea2afca42f20eb989de0027df64119dde2d660 /net-nds
parentdev-python/python-ldap: add version limit on OpenLDAP (needs ldap_r) (diff)
downloadgentoo-5117aac7017dbcf286e839bc5ce252552df48963.tar.gz
gentoo-5117aac7017dbcf286e839bc5ce252552df48963.tar.bz2
gentoo-5117aac7017dbcf286e839bc5ce252552df48963.zip
net-nds/adtool: add version limit on OpenLDAP (needs ldap_r)
We need (for now) the reentrant library from OpenLDAP which is gone. Bug: https://bugs.gentoo.org/835649 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/adtool/adtool-1.3.3-r2.ebuild (renamed from net-nds/adtool/adtool-1.3.3-r1.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-nds/adtool/adtool-1.3.3-r1.ebuild b/net-nds/adtool/adtool-1.3.3-r2.ebuild
index 014b4436dca9..cb955c1edee4 100644
--- a/net-nds/adtool/adtool-1.3.3-r1.ebuild
+++ b/net-nds/adtool/adtool-1.3.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-RDEPEND="net-nds/openldap"
+# Older OpenLDAP for bug #835649 (ldap_r)
+RDEPEND="<net-nds/openldap-2.6:="
DEPEND="${RDEPEND}"
PATCHES=(