commit: c43febb023ce1b95188b16c9aaa3063e4b09a9bd Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Fri Mar 13 15:20:45 2020 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Fri Mar 13 15:21:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43febb0
net-misc/curl: Require >=net-libs/quiche0.3.0 Closes: https://bugs.gentoo.org/711928 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> net-misc/curl/curl-7.69.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/curl/curl-7.69.0.ebuild b/net-misc/curl/curl-7.69.0.ebuild index 31ffb33b4b5..d2544cba1b3 100644 --- a/net-misc/curl/curl-7.69.0.ebuild +++ b/net-misc/curl/curl-7.69.0.ebuild @@ -48,7 +48,7 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) net-libs/nghttp3[${MULTILIB_USEDEP}] net-libs/ngtcp2[ssl,${MULTILIB_USEDEP}] ) - quiche? ( net-libs/quiche[${MULTILIB_USEDEP}] ) + quiche? ( >=net-libs/quiche-0.3.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}] )
