diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2022-10-29 10:46:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2022-10-29 10:51:27 -0700 |
commit | 261b72f05a316d2a9b860315af4b1316b328d7f3 (patch) | |
tree | 9a137b139cf1609c02add9bcb4cc4e7ba6db54fb /net-misc/curl | |
parent | profiles: Mask dev-libs/libgweather:2 for removal (diff) | |
download | gentoo-261b72f05a316d2a9b860315af4b1316b328d7f3.tar.gz gentoo-261b72f05a316d2a9b860315af4b1316b328d7f3.tar.bz2 gentoo-261b72f05a316d2a9b860315af4b1316b328d7f3.zip |
net-misc/curl: fix quiche dep, quiche_recv_info.to_len added in quiche-0.15.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-7.85.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-7.85.0-r2.ebuild b/net-misc/curl/curl-7.85.0-r2.ebuild index 8797ea5f657a..e3072f28ea27 100644 --- a/net-misc/curl/curl-7.85.0-r2.ebuild +++ b/net-misc/curl/curl-7.85.0-r2.ebuild @@ -58,7 +58,7 @@ RDEPEND="ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) net-libs/nghttp3[${MULTILIB_USEDEP}] net-libs/ngtcp2[ssl,${MULTILIB_USEDEP}] ) - quiche? ( >=net-libs/quiche-0.3.0[${MULTILIB_USEDEP}] ) + quiche? ( >=net-libs/quiche-0.15.0[${MULTILIB_USEDEP}] ) idn? ( net-dns/libidn2:0=[static-libs?,${MULTILIB_USEDEP}] ) adns? ( net-dns/c-ares:0=[${MULTILIB_USEDEP}] ) kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) |