dev-vcs/git-absorb: fix libgit2 dep

Closes: https://bugs.gentoo.org/947164
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yixun Lan
2025-01-12 03:01:41 +00:00
parent a8d9b659f0
commit c1d2d73894
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Gentoo Authors
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.3
@@ -121,6 +121,7 @@ KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-libs/libgit2-1.8:=
<dev-libs/libgit2-1.9
"
DEPEND="${RDEPEND}"

View File

@@ -117,6 +117,7 @@ KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-libs/libgit2-1.8:=
<dev-libs/libgit2-1.10
"
DEPEND="${RDEPEND}"