diff options
author | Sam James <sam@gentoo.org> | 2022-03-22 23:46:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-22 23:46:42 +0000 |
commit | 0ff1a8a9cd1f2637874ffeb2b3360b87956c2e6a (patch) | |
tree | aac10e5044d49ab9c0ec4217e9e572a7ed618f37 /net-misc | |
parent | net-proxy/squidguard: add subslot dep on OpenLDAP (diff) | |
download | gentoo-0ff1a8a9cd1f2637874ffeb2b3360b87956c2e6a.tar.gz gentoo-0ff1a8a9cd1f2637874ffeb2b3360b87956c2e6a.tar.bz2 gentoo-0ff1a8a9cd1f2637874ffeb2b3360b87956c2e6a.zip |
net-misc/curl: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/curl-7.79.1-r1.ebuild (renamed from net-misc/curl/curl-7.79.1.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/curl/curl-7.80.0-r1.ebuild (renamed from net-misc/curl/curl-7.80.0.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/curl/curl-7.81.0-r1.ebuild (renamed from net-misc/curl/curl-7.81.0.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/curl/curl-7.82.0-r1.ebuild (renamed from net-misc/curl/curl-7.82.0.ebuild) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/curl/curl-7.79.1.ebuild b/net-misc/curl/curl-7.79.1-r1.ebuild index cb574d8fbe9f..fc93e21ea1cc 100644 --- a/net-misc/curl/curl-7.79.1.ebuild +++ b/net-misc/curl/curl-7.79.1-r1.ebuild @@ -34,7 +34,7 @@ REQUIRED_USE=" # lead to lots of false negatives, bug #285669 RESTRICT="!test? ( test )" -RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) +RDEPEND="ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] ) ssl? ( gnutls? ( diff --git a/net-misc/curl/curl-7.80.0.ebuild b/net-misc/curl/curl-7.80.0-r1.ebuild index f844759cd300..5dc026fde598 100644 --- a/net-misc/curl/curl-7.80.0.ebuild +++ b/net-misc/curl/curl-7.80.0-r1.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE=" # lead to lots of false negatives, bug #285669 RESTRICT="!test? ( test )" -RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) +RDEPEND="ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] ) ssl? ( gnutls? ( diff --git a/net-misc/curl/curl-7.81.0.ebuild b/net-misc/curl/curl-7.81.0-r1.ebuild index 7bbb23d3ea2c..772988452027 100644 --- a/net-misc/curl/curl-7.81.0.ebuild +++ b/net-misc/curl/curl-7.81.0-r1.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE=" # lead to lots of false negatives, bug #285669 RESTRICT="!test? ( test )" -RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) +RDEPEND="ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] ) ssl? ( gnutls? ( diff --git a/net-misc/curl/curl-7.82.0.ebuild b/net-misc/curl/curl-7.82.0-r1.ebuild index 4da91b2a941c..9b955edd99ac 100644 --- a/net-misc/curl/curl-7.82.0.ebuild +++ b/net-misc/curl/curl-7.82.0-r1.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE=" # lead to lots of false negatives, bug #285669 RESTRICT="!test? ( test )" -RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) +RDEPEND="ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] ) ssl? ( gnutls? ( |