diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-03-31 15:53:57 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-03-31 15:53:57 +1000 |
commit | ed4f9e6db4820772ae347f5d6a0796c2e9fa0450 (patch) | |
tree | c5146bb0eb03da164ac36cb002892aa17eab4e31 /net-misc | |
parent | net-misc/curl: drop 8.5.0 (diff) | |
download | gentoo-ed4f9e6db4820772ae347f5d6a0796c2e9fa0450.tar.gz gentoo-ed4f9e6db4820772ae347f5d6a0796c2e9fa0450.tar.bz2 gentoo-ed4f9e6db4820772ae347f5d6a0796c2e9fa0450.zip |
net-misc/curl: tighten net-libs/rustls-ffi dependency
There are multiple upcoming untested releases from rustls
for 0.12 and 0.13 tracks - we can't guarantee that curl will
work with these versions.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/curl-8.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-8.7.1.ebuild b/net-misc/curl/curl-8.7.1.ebuild index cdb30b15df5c..3338a14e2bef 100644 --- a/net-misc/curl/curl-8.7.1.ebuild +++ b/net-misc/curl/curl-8.7.1.ebuild @@ -86,7 +86,7 @@ RDEPEND=" >=dev-libs/openssl-0.9.7:=[sslv3(-)=,static-libs?,${MULTILIB_USEDEP}] ) rustls? ( - >=net-libs/rustls-ffi-0.12.0:=[${MULTILIB_USEDEP}] + ~net-libs/rustls-ffi-0.12.1:=[${MULTILIB_USEDEP}] ) ) zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] ) |