From 196fb6f6d753fe7d22a6514eb7321667c458792e Mon Sep 17 00:00:00 2001 From: Vincent de Phily Date: Thu, 7 Nov 2024 16:19:28 +0000 Subject: net-misc/curl: Depend on >=rustls-ffi-0.14.0 Closes: https://bugs.gentoo.org/942987 Signed-off-by: Vincent de Phily Closes: https://github.com/gentoo/gentoo/pull/39230 Signed-off-by: Sam James --- net-misc/curl/curl-8.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-misc/curl') diff --git a/net-misc/curl/curl-8.10.1.ebuild b/net-misc/curl/curl-8.10.1.ebuild index d11410c2a4c6..15453a09b464 100644 --- a/net-misc/curl/curl-8.10.1.ebuild +++ b/net-misc/curl/curl-8.10.1.ebuild @@ -112,7 +112,7 @@ RDEPEND=" >=dev-libs/openssl-0.9.7:=[sslv3(-)=,static-libs?,${MULTILIB_USEDEP}] ) rustls? ( - >=net-libs/rustls-ffi-0.13.0:=[${MULTILIB_USEDEP}] + >=net-libs/rustls-ffi-0.14.0:=[${MULTILIB_USEDEP}] ) ) zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] ) -- cgit v1.2.3-65-gdbad