commit:     267227e4d554faf5dcb135ddcfab359d00cf06f6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 31 10:35:16 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 31 10:35:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267227e4

net-misc/curl: sync live

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/curl/curl-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/curl/curl-9999.ebuild b/net-misc/curl/curl-9999.ebuild
index 5127f29241f5..df12594ad066 100644
--- a/net-misc/curl/curl-9999.ebuild
+++ b/net-misc/curl/curl-9999.ebuild
@@ -23,7 +23,7 @@ fi
 LICENSE="BSD curl ISC test? ( BSD-4 )"
 SLOT="0"
 IUSE="+adns +alt-svc brotli +ftp gnutls gopher +hsts +http2 idn +imap kerberos 
ldap mbedtls nghttp3 +openssl +pop3"
-IUSE+=" +progress-meter rtmp rustls samba +smtp ssh ssl sslv3 static-libs test 
telnet +tftp websockets zstd"
+IUSE+=" +psl +progress-meter rtmp rustls samba +smtp ssh ssl sslv3 static-libs 
test telnet +tftp websockets zstd"
 # These select the default SSL implementation
 IUSE+=" curl_ssl_gnutls curl_ssl_mbedtls +curl_ssl_openssl curl_ssl_rustls"
 RESTRICT="!test? ( test )"
@@ -69,6 +69,7 @@ RDEPEND="
                >=net-libs/nghttp3-0.15.0[${MULTILIB_USEDEP}]
                >=net-libs/ngtcp2-0.19.1[gnutls,ssl,-openssl,${MULTILIB_USEDEP}]
        )
+       psl? ( net-libs/libpsl[${MULTILIB_USEDEP}] )
        rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] )
        ssh? ( >=net-libs/libssh2-1.0.0[${MULTILIB_USEDEP}] )
        ssl? (
@@ -254,7 +255,7 @@ multilib_src_configure() {
                $(use_with idn libidn2)
                $(use_with kerberos gssapi "${EPREFIX}"/usr)
                --without-libgsasl
-               --without-libpsl
+               $(use_with psl libpsl)
                --without-msh3
                $(use_with nghttp3)
                $(use_with nghttp3 ngtcp2)

Reply via email to