commit: 4647ae96a734e9e801c1c5fb988c10335aa3dc0b Author: Vincent de Phily <moltonel <AT> gmail <DOT> com> AuthorDate: Thu Nov 7 16:19:28 2024 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Fri Nov 8 03:56:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4647ae96
net-misc/curl: Depend on >=rustls-ffi-0.14.0 Closes: https://bugs.gentoo.org/942987 Signed-off-by: Vincent de Phily <moltonel <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39230 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> net-misc/curl/curl-8.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}] )