From 23d119dab86e5848caa3713ba7c4b7133fa6735c Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 10 Oct 2024 11:47:14 +0200 Subject: [PATCH] overlay profiles: Disable USE=websockets for net-misc/curl --- .../coreos-overlay/profiles/coreos/base/package.use | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use index 117ef5e50c..4eb0a11893 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use @@ -13,7 +13,8 @@ dev-vcs/git webdav curl # Mask support for http3 for now (unavailable on arm64 for now, and # I'm not sure we really need it.) -net-misc/curl kerberos telnet -http3 -quic -curl_quic_openssl +# Disable websockets, we never had them, and now they are enabled by default. +net-misc/curl kerberos telnet -http3 -quic -curl_quic_openssl -websockets net-misc/iputils arping tracepath sys-devel/gettext -git