diff options
author | Sam James <sam@gentoo.org> | 2024-11-08 03:48:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-08 03:48:26 +0000 |
commit | b31811a013936c1f9b9a9ef93ce38d781bd60c25 (patch) | |
tree | 261ce1bf1f9c4c7f2c00541cb929b88541442c92 /net-misc/curl | |
parent | media-video/mkvtoolnix: Stabilize 86.0 ppc, #942997 (diff) | |
download | gentoo-b31811a013936c1f9b9a9ef93ce38d781bd60c25.tar.gz gentoo-b31811a013936c1f9b9a9ef93ce38d781bd60c25.tar.bz2 gentoo-b31811a013936c1f9b9a9ef93ce38d781bd60c25.zip |
Revert "net-misc/curl: Depend on >=rustls-ffi-0.14.0"
This reverts commit 196fb6f6d753fe7d22a6514eb7321667c458792e.
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 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}] ) |