diff options
author | Vincent de Phily <moltonel@gmail.com> | 2024-11-07 16:19:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-08 03:47:26 +0000 |
commit | 196fb6f6d753fe7d22a6514eb7321667c458792e (patch) | |
tree | 1caff7d00d739acf6fa7ba258a46ce3bdb1f3d1f /net-misc/curl | |
parent | net-libs/rustls-ffi: add 0.14.0 (diff) | |
download | gentoo-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.ebuild | 2 |
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}] ) |