commit:     eb876838e0744534dfbc59b87078ca374860e7bb
Author:     Krzesimir Nowak <knowak <AT> microsoft <DOT> com>
AuthorDate: Mon Nov 14 15:26:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 00:57:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb876838

net-misc/curl: Fix typo in -without-gnutls option

It should have a double hyphen in the beginning.

Signed-off-by: Krzesimir Nowak <knowak <AT> microsoft.com>
Closes: https://github.com/gentoo/gentoo/pull/28264
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/curl/{curl-7.86.0-r1.ebuild => curl-7.86.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.86.0-r1.ebuild 
b/net-misc/curl/curl-7.86.0-r2.ebuild
similarity index 99%
rename from net-misc/curl/curl-7.86.0-r1.ebuild
rename to net-misc/curl/curl-7.86.0-r2.ebuild
index d83faa8a09fb..8342595fcd6a 100644
--- a/net-misc/curl/curl-7.86.0-r1.ebuild
+++ b/net-misc/curl/curl-7.86.0-r2.ebuild
@@ -115,7 +115,7 @@ multilib_src_configure() {
        myconf+=( --without-ca-fallback 
--with-ca-bundle="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt  )
        #myconf+=( --without-default-ssl-backend )
        if use ssl ; then
-               myconf+=( -without-gnutls --without-mbedtls --without-nss )
+               myconf+=( --without-gnutls --without-mbedtls --without-nss )
 
                if use gnutls || use curl_ssl_gnutls; then
                        einfo "SSL provided by gnutls"

Reply via email to