summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent de Phily <moltonel@gmail.com>2024-11-07 16:19:28 +0000
committerSam James <sam@gentoo.org>2024-11-08 03:47:26 +0000
commit196fb6f6d753fe7d22a6514eb7321667c458792e (patch)
tree1caff7d00d739acf6fa7ba258a46ce3bdb1f3d1f /net-misc/curl
parentnet-libs/rustls-ffi: add 0.14.0 (diff)
downloadgentoo-196fb6f6d753fe7d22a6514eb7321667c458792e.tar.gz
gentoo-196fb6f6d753fe7d22a6514eb7321667c458792e.tar.bz2
gentoo-196fb6f6d753fe7d22a6514eb7321667c458792e.zip
net-misc/curl: Depend on >=rustls-ffi-0.14.0
Closes: https://bugs.gentoo.org/942987 Signed-off-by: Vincent de Phily <moltonel@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39230 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/curl')
-rw-r--r--net-misc/curl/curl-8.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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}] )