commit:     919a1e49713c6b06bbd1d24494b14bb6cf865a45
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 20:19:45 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 20:39:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919a1e49

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 <AT> gentoo.org>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 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 aaf2acdd454..66454bf5359 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 \

Reply via email to