commit: 581941bd54c11b2a2f0d873de317c3ee2f726230 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Fri Nov 8 03:57:16 2024 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Fri Nov 8 04:07:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581941bd
net-misc/curl: sync deps Since rustls is an RDEPEND we need to revbump curl. Also update the live ebuild to sync its deps. Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> net-misc/curl/{curl-8.10.1.ebuild => curl-8.10.1-r1.ebuild} | 0 net-misc/curl/curl-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/curl/curl-8.10.1.ebuild b/net-misc/curl/curl-8.10.1-r1.ebuild similarity index 100% rename from net-misc/curl/curl-8.10.1.ebuild rename to net-misc/curl/curl-8.10.1-r1.ebuild diff --git a/net-misc/curl/curl-9999.ebuild b/net-misc/curl/curl-9999.ebuild index 8aa5f19b3d9c..78cab3a439db 100644 --- a/net-misc/curl/curl-9999.ebuild +++ b/net-misc/curl/curl-9999.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}] )