commit: d9718013b75f3b3ecd64f4ccdb4fb038109bd7ee Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 6 09:36:52 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 6 09:37:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9718013
dev-util/cargo-c: update min version of libgit2 Agree with Ionen's remarks on the bug but let's get this fixed for now. Closes: https://bugs.gentoo.org/939210 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/cargo-c/cargo-c-0.10.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo-c/cargo-c-0.10.4.ebuild b/dev-util/cargo-c/cargo-c-0.10.4.ebuild index 987d31a429cd..3c153cbed608 100644 --- a/dev-util/cargo-c/cargo-c-0.10.4.ebuild +++ b/dev-util/cargo-c/cargo-c-0.10.4.ebuild @@ -363,7 +363,7 @@ LICENSE+=" Apache-2.0 BSD ISC MIT MPL-2.0 MPL-2.0 Unicode-DFS-2016" SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" -RDEPEND=">=dev-libs/libgit2-1.7:= +RDEPEND=">=dev-libs/libgit2-1.8.1:= dev-libs/openssl:= net-libs/libssh2:= net-misc/curl[ssl]
