Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/
Date: Fri, 13 Sep 2019 20:39:42
Message-Id: 1568407170.919a1e49713c6b06bbd1d24494b14bb6cf865a45.blueness@gentoo
1 commit: 919a1e49713c6b06bbd1d24494b14bb6cf865a45
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 20:19:45 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 20:39:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919a1e49
7
8 net-misc/curl: No automagic dependencies on quiche, nghttp3, ngtcp2
9
10 Closes: https://bugs.gentoo.org/694316
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
14
15 net-misc/curl/curl-7.66.0.ebuild | 3 +++
16 1 file changed, 3 insertions(+)
17
18 diff --git a/net-misc/curl/curl-7.66.0.ebuild b/net-misc/curl/curl-7.66.0.ebuild
19 index aaf2acdd454..66454bf5359 100644
20 --- a/net-misc/curl/curl-7.66.0.ebuild
21 +++ b/net-misc/curl/curl-7.66.0.ebuild
22 @@ -201,6 +201,9 @@ multilib_src_configure() {
23 $(use_with kerberos gssapi "${EPREFIX}"/usr) \
24 $(use_with metalink libmetalink) \
25 $(use_with http2 nghttp2) \
26 + --without-nghttp3 \
27 + --without-ngtcp2 \
28 + --without-quiche \
29 $(use_with rtmp librtmp) \
30 $(use_with brotli) \
31 --without-schannel \