commit: 04e6db47e478a8baba131167397e1040a6d52ddb
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 1 04:10:09 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 04:10:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e6db47
net-misc/curl: fix rustls-ffi deps for 8.7.1-r1
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
net-misc/curl/curl-8.7.1-r1.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/net-misc/curl/curl-8.7.1-r1.ebuild
b/net-misc/curl/curl-8.7.1-r1.ebuild
index e75203f0ef3f..f81f4b76f480 100644
--- a/net-misc/curl/curl-8.7.1-r1.ebuild
+++ b/net-misc/curl/curl-8.7.1-r1.ebuild
@@ -85,11 +85,8 @@ RDEPEND="
openssl? (
>=dev-libs/openssl-0.9.7:=[sslv3(-)=,static-libs?,${MULTILIB_USEDEP}]
)
- rustls? ( ||
- (
- ~net-libs/rustls-0.12.1:=[${MULTILIB_USEDEP}]
-
~net-libs/rustls-ffi-0.12.2:=[${MULTILIB_USEDEP}]
- )
+ rustls? ( >=net-libs/rustls-ffi-0.12.1:=[${MULTILIB_USEDEP}]
+ <net-libs/rustls-ffi-0.13.0:=[${MULTILIB_USEDEP}]
)
)
zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )