diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-07-16 23:07:48 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-07-16 23:09:01 -0400 |
commit | 15dd8ceb79b9087cc499c17e2a252ae3b87f168c (patch) | |
tree | 6b02615095924ea6af8c4fd5eb8ad4d47c5a0857 /net-misc/curl/curl-7.71.1.ebuild | |
parent | sys-devel/binutils-config: arm64 stable (bug #730080) (diff) | |
download | gentoo-15dd8ceb79b9087cc499c17e2a252ae3b87f168c.tar.gz gentoo-15dd8ceb79b9087cc499c17e2a252ae3b87f168c.tar.bz2 gentoo-15dd8ceb79b9087cc499c17e2a252ae3b87f168c.zip |
net-misc/curl: 7.71.0 and 7.71.1 require quiche 0.5.0 or later
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-misc/curl/curl-7.71.1.ebuild')
-rw-r--r-- | net-misc/curl/curl-7.71.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-7.71.1.ebuild b/net-misc/curl/curl-7.71.1.ebuild index 1a4e00817ed5..51a4339b8b8c 100644 --- a/net-misc/curl/curl-7.71.1.ebuild +++ b/net-misc/curl/curl-7.71.1.ebuild @@ -48,7 +48,7 @@ RDEPEND="ldap? ( net-nds/openldap[static-libs?,${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.5.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}] ) |