diff options
author | Sam James <sam@gentoo.org> | 2022-05-03 04:44:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-03 04:44:09 +0100 |
commit | f0922c3624e8e98b4a8e5c7f171dce314ca5299b (patch) | |
tree | ed7585f09a352aaa7862e12978f529bcd9b66338 | |
parent | gnome-extra/cinnamon-control-center: disable py3.7 (diff) | |
download | gentoo-f0922c3624e8e98b4a8e5c7f171dce314ca5299b.tar.gz gentoo-f0922c3624e8e98b4a8e5c7f171dce314ca5299b.tar.bz2 gentoo-f0922c3624e8e98b4a8e5c7f171dce314ca5299b.zip |
net-misc/curl: disable new msh3
Not yet packaged
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-misc/curl/curl-7.83.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/curl/curl-7.83.0.ebuild b/net-misc/curl/curl-7.83.0.ebuild index 08bd291889b6..150319f8e7d6 100644 --- a/net-misc/curl/curl-7.83.0.ebuild +++ b/net-misc/curl/curl-7.83.0.ebuild @@ -215,6 +215,7 @@ multilib_src_configure() { $(use_with kerberos gssapi "${EPREFIX}"/usr) --without-libgsasl --without-libpsl + --without-msh3 $(use_with nghttp3) $(use_with nghttp3 ngtcp2) $(use_with quiche) |