diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-08-01 15:47:57 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-08-01 18:38:54 +1000 |
commit | 0b338ac55a0d380095346e9862b501fda3f28ab0 (patch) | |
tree | e6bc4927fbb12f661f3809be9470e3cc94e14932 /net-misc/curl | |
parent | app-office/wps-office: fix VariableOrderWrong warning (diff) | |
download | gentoo-0b338ac55a0d380095346e9862b501fda3f28ab0.tar.gz gentoo-0b338ac55a0d380095346e9862b501fda3f28ab0.tar.bz2 gentoo-0b338ac55a0d380095346e9862b501fda3f28ab0.zip |
net-misc/curl: USE maintenance.
- Enable +websockets by default
- Enable +ssl by default (implied by many other options)
- drop sslv3 - we're not actually using it for anything.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-9999.ebuild b/net-misc/curl/curl-9999.ebuild index c8446b6178ce..2276bc565be8 100644 --- a/net-misc/curl/curl-9999.ebuild +++ b/net-misc/curl/curl-9999.ebuild @@ -27,7 +27,7 @@ fi LICENSE="BSD curl ISC test? ( BSD-4 )" SLOT="0" IUSE="+adns +alt-svc brotli debug +ftp gnutls gopher +hsts +http2 +http3 idn +imap kerberos ldap mbedtls +openssl +pop3" -IUSE+=" +psl +progress-meter +quic rtmp rustls samba +smtp ssh ssl sslv3 static-libs test telnet +tftp websockets zstd" +IUSE+=" +psl +progress-meter +quic rtmp rustls samba +smtp ssh ssl sslv3 static-libs test telnet +tftp +websockets zstd" # These select the default tls implementation / which quic impl to use IUSE+=" +curl_quic_openssl curl_quic_ngtcp2 curl_ssl_gnutls curl_ssl_mbedtls +curl_ssl_openssl curl_ssl_rustls" RESTRICT="!test? ( test )" |