diff options
author | Krzesimir Nowak <knowak@microsoft.com> | 2022-11-14 16:26:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-15 00:57:41 +0000 |
commit | eb876838e0744534dfbc59b87078ca374860e7bb (patch) | |
tree | a95f6eaf9a22744e5c1505a32f0ee7abae939571 /net-misc/curl | |
parent | mail-filter/rspamd: fix page-alignment of .unser files (diff) | |
download | gentoo-eb876838e0744534dfbc59b87078ca374860e7bb.tar.gz gentoo-eb876838e0744534dfbc59b87078ca374860e7bb.tar.bz2 gentoo-eb876838e0744534dfbc59b87078ca374860e7bb.zip |
net-misc/curl: Fix typo in -without-gnutls option
It should have a double hyphen in the beginning.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
Closes: https://github.com/gentoo/gentoo/pull/28264
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-7.86.0-r2.ebuild (renamed from net-misc/curl/curl-7.86.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-7.86.0-r1.ebuild b/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" |