diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:33:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:44:45 +0000 |
commit | d857bd6e881073e44ab59414aeff763a82ff6373 (patch) | |
tree | 10d41bc1704008f531a831a2b5f8b4495860318a /net-analyzer/echoping | |
parent | net-irc/anope: add subslot dep on OpenLDAP (diff) | |
download | gentoo-d857bd6e881073e44ab59414aeff763a82ff6373.tar.gz gentoo-d857bd6e881073e44ab59414aeff763a82ff6373.tar.bz2 gentoo-d857bd6e881073e44ab59414aeff763a82ff6373.zip |
net-analyzer/echoping: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/echoping')
-rw-r--r-- | net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild (renamed from net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild index c623eb8d0390..d5d48472542e 100644 --- a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild +++ b/net-analyzer/echoping/echoping-6.0.2_p434-r5.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 @@ -15,8 +15,8 @@ IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap" RESTRICT="test" RDEPEND=" - idn? ( net-dns/libidn ) - ldap? ( net-nds/openldap ) + idn? ( net-dns/libidn:= ) + ldap? ( net-nds/openldap:= ) postgres? ( dev-db/postgresql:* ) ssl? ( gnutls? ( >=net-libs/gnutls-3.3:= ) |