diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:23:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:44:28 +0000 |
commit | 30ebac49283d0a29d53396e31cf0adc68aed9cfd (patch) | |
tree | 4565e5ac82a4165ba0cd6f1d4ad03ffcaf66a79b /net-analyzer/sarg | |
parent | net-dialup/freeradius: add subslot dep on OpenLDAP (diff) | |
download | gentoo-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/sarg')
-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 ) |