summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-09-13 16:19:45 -0400
committerAnthony G. Basile <blueness@gentoo.org>2019-09-13 16:39:30 -0400
commit919a1e49713c6b06bbd1d24494b14bb6cf865a45 (patch)
tree5d85bed98406515c37bac63a036b74a7c65a1223
parentnet-libs/nghttp3: HTTP/3 library written in C (diff)
downloadgentoo-919a1e49.tar.gz
gentoo-919a1e49.tar.bz2
gentoo-919a1e49.zip
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 <candrews@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--net-misc/curl/curl-7.66.0.ebuild3
1 files changed, 3 insertions, 0 deletions
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 \