diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2023-08-06 20:33:14 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-10 04:02:39 +0100 |
commit | 12130a6da841981d1e329d35a613e047318527da (patch) | |
tree | 240de65b57acf390188b28feb53f904fdbbe9416 /net-misc | |
parent | dev-python/sphinxcontrib-websupport: Bump to 1.2.6 (diff) | |
download | gentoo-12130a6da841981d1e329d35a613e047318527da.tar.gz gentoo-12130a6da841981d1e329d35a613e047318527da.tar.bz2 gentoo-12130a6da841981d1e329d35a613e047318527da.zip |
net-misc/curl: fix USE=ldap,static-libs combination
Closes: https://bugs.gentoo.org/622862
Reported-by: David E. Narváez <david.narvaez@computer.org>
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/curl-8.2.1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/curl/curl-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/curl/curl-8.2.1.ebuild b/net-misc/curl/curl-8.2.1.ebuild index 825ad81bdf78..b2ec02b6d7e6 100644 --- a/net-misc/curl/curl-8.2.1.ebuild +++ b/net-misc/curl/curl-8.2.1.ebuild @@ -54,7 +54,7 @@ RDEPEND=" http2? ( >=net-libs/nghttp2-1.15.0:=[${MULTILIB_USEDEP}] ) idn? ( net-dns/libidn2:=[static-libs?,${MULTILIB_USEDEP}] ) kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) - ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) + ldap? ( net-nds/openldap:=[static-libs?,${MULTILIB_USEDEP}] ) nghttp3? ( net-libs/nghttp3[${MULTILIB_USEDEP}] net-libs/ngtcp2[ssl,${MULTILIB_USEDEP}] diff --git a/net-misc/curl/curl-9999.ebuild b/net-misc/curl/curl-9999.ebuild index 825ad81bdf78..b2ec02b6d7e6 100644 --- a/net-misc/curl/curl-9999.ebuild +++ b/net-misc/curl/curl-9999.ebuild @@ -54,7 +54,7 @@ RDEPEND=" http2? ( >=net-libs/nghttp2-1.15.0:=[${MULTILIB_USEDEP}] ) idn? ( net-dns/libidn2:=[static-libs?,${MULTILIB_USEDEP}] ) kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) - ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) + ldap? ( net-nds/openldap:=[static-libs?,${MULTILIB_USEDEP}] ) nghttp3? ( net-libs/nghttp3[${MULTILIB_USEDEP}] net-libs/ngtcp2[ssl,${MULTILIB_USEDEP}] |