From 919a1e49713c6b06bbd1d24494b14bb6cf865a45 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Fri, 13 Sep 2019 16:19:45 -0400 Subject: [PATCH] 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 --- net-misc/curl/curl-7.66.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.26.2