summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-23 00:23:55 +0000
committerSam James <sam@gentoo.org>2022-03-23 00:44:28 +0000
commit30ebac49283d0a29d53396e31cf0adc68aed9cfd (patch)
tree4565e5ac82a4165ba0cd6f1d4ad03ffcaf66a79b /net-analyzer
parentnet-dialup/freeradius: add subslot dep on OpenLDAP (diff)
downloadgentoo-30ebac49283d0a29d53396e31cf0adc68aed9cfd.tar.gz
gentoo-30ebac49283d0a29d53396e31cf0adc68aed9cfd.tar.bz2
gentoo-30ebac49283d0a29d53396e31cf0adc68aed9cfd.zip
net-analyzer/sarg: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/sarg/sarg-2.4.0-r1.ebuild (renamed from net-analyzer/sarg/sarg-2.4.0.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/sarg/sarg-2.4.0.ebuild b/net-analyzer/sarg/sarg-2.4.0-r1.ebuild
index c2da09b5fa35..083cbcb27245 100644
--- a/net-analyzer/sarg/sarg-2.4.0.ebuild
+++ b/net-analyzer/sarg/sarg-2.4.0-r1.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
@@ -16,7 +16,7 @@ IUSE="bzip2 doublecheck +gd +glob ldap lzma pcre zlib"
RDEPEND="
bzip2? ( app-arch/bzip2 )
gd? ( media-libs/gd[png,truetype] )
- ldap? ( net-nds/openldap )
+ ldap? ( net-nds/openldap:= )
lzma? ( app-arch/xz-utils )
pcre? ( dev-libs/libpcre )
zlib? ( sys-libs/zlib )