commit: 6b4f3afd59db8d303b90adfa14bfb09c21c8eca1
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 17 13:06:58 2025 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 13:12:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4f3afd
net-misc/curl: fix unrecognised configure options
`bearssl` and `secure-transport` were dropped with this release, but
this was not picked up for our ebuild updates.
Drop them from our configure and sync with live ebuild.
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
net-misc/curl/curl-8.15.0.ebuild | 4 +---
net-misc/curl/curl-9999.ebuild | 6 ++----
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/net-misc/curl/curl-8.15.0.ebuild b/net-misc/curl/curl-8.15.0.ebuild
index ea0558f9863b..8b1ef7d02123 100644
--- a/net-misc/curl/curl-8.15.0.ebuild
+++ b/net-misc/curl/curl-8.15.0.ebuild
@@ -227,10 +227,9 @@ _get_curl_tls_configure_opts() {
die "Please file a bug, hit impossible condition w/ USE=ssl
handling."
fi
- # Explicitly Disable unimplemented b
+ # Explicitly Disable unimplemented backends
tls_opts+=(
--without-amissl
- --without-bearssl
--without-wolfssl
)
@@ -342,7 +341,6 @@ multilib_src_configure() {
--without-msh3
--without-quiche
--without-schannel
- --without-secure-transport
--without-winidn
--with-zlib
--with-zsh-functions-dir="${EPREFIX}"/usr/share/zsh/site-functions
diff --git a/net-misc/curl/curl-9999.ebuild b/net-misc/curl/curl-9999.ebuild
index 282a1bd9bc56..807efaf7a12a 100644
--- a/net-misc/curl/curl-9999.ebuild
+++ b/net-misc/curl/curl-9999.ebuild
@@ -225,10 +225,9 @@ _get_curl_tls_configure_opts() {
die "Please file a bug, hit impossible condition w/ USE=ssl
handling."
fi
- # Explicitly Disable unimplemented b
+ # Explicitly Disable unimplemented backends
tls_opts+=(
--without-amissl
- --without-bearssl
--without-wolfssl
)
@@ -253,7 +252,7 @@ multilib_src_configure() {
)
else
# Without a REQUIRED_USE to ensure that QUIC was
requested when at least one default backend is
- # we need ensure that we don't try to build QUIC support
+ # enabled we need ensure that we don't try to build
QUIC support
myconf+=( --without-ngtcp2 --without-openssl-quic )
fi
else
@@ -340,7 +339,6 @@ multilib_src_configure() {
--without-msh3
--without-quiche
--without-schannel
- --without-secure-transport
--without-winidn
--with-zlib
--with-zsh-functions-dir="${EPREFIX}"/usr/share/zsh/site-functions