From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39D87138334 for ; Fri, 13 Sep 2019 20:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 690FEE0833; Fri, 13 Sep 2019 20:39:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 049F4E0833 for ; Fri, 13 Sep 2019 20:39:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E85634B12D for ; Fri, 13 Sep 2019 20:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6C26785 for ; Fri, 13 Sep 2019 20:39:38 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1568407170.919a1e49713c6b06bbd1d24494b14bb6cf865a45.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-7.66.0.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 919a1e49713c6b06bbd1d24494b14bb6cf865a45 X-VCS-Branch: master Date: Fri, 13 Sep 2019 20:39:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e45392f3-f085-4771-9045-e09cc3dfda54 X-Archives-Hash: de9b807a500c3f36c6741b4a4b622aa6 commit: 919a1e49713c6b06bbd1d24494b14bb6cf865a45 Author: Craig Andrews gentoo org> AuthorDate: Fri Sep 13 20:19:45 2019 +0000 Commit: Anthony G. Basile gentoo 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 gentoo.org> Signed-off-by: Anthony G. Basile 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 \