commit: b31811a013936c1f9b9a9ef93ce38d781bd60c25
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 03:48:26 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 03:48:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31811a0
Revert "net-misc/curl: Depend on >=rustls-ffi-0.14.0"
This reverts commit 196fb6f6d753fe7d22a6514eb7321667c458792e.
Signed-off-by: Sam James <sam <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 15453a09b464..d11410c2a4c6 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.14.0:=[${MULTILIB_USEDEP}]
+ >=net-libs/rustls-ffi-0.13.0:=[${MULTILIB_USEDEP}]
)
)
zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )