From: Craig Andrews Date: Fri, 13 Sep 2019 20:19:45 +0000 (-0400) Subject: net-misc/curl: No automagic dependencies on quiche, nghttp3, ngtcp2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=919a1e49713c6b06bbd1d24494b14bb6cf865a45;p=gentoo.git net-misc/curl: No automagic dependencies on quiche, nghttp3, ngtcp2 Closes: https://bugs.gentoo.org/694316 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews Signed-off-by: Anthony G. Basile --- diff --git a/net-misc/curl/curl-7.66.0.ebuild b/net-misc/curl/curl-7.66.0.ebuild index aaf2acdd4547..66454bf5359d 100644 --- a/net-misc/curl/curl-7.66.0.ebuild +++ b/net-misc/curl/curl-7.66.0.ebuild @@ -201,6 +201,9 @@ multilib_src_configure() { $(use_with kerberos gssapi "${EPREFIX}"/usr) \ $(use_with metalink libmetalink) \ $(use_with http2 nghttp2) \ + --without-nghttp3 \ + --without-ngtcp2 \ + --without-quiche \ $(use_with rtmp librtmp) \ $(use_with brotli) \ --without-schannel \