commit: f17e65aa275ef94de751461b9e630ed1c047dcb5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 15 03:23:38 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 15 03:24:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17e65aa
dev-python/pygit2: Adjust libgit2 version requirement Closes: https://bugs.gentoo.org/934117 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pygit2/pygit2-1.15.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pygit2/pygit2-1.15.0.ebuild b/dev-python/pygit2/pygit2-1.15.0.ebuild index ee3f91cf63dc..a016ef984b26 100644 --- a/dev-python/pygit2/pygit2-1.15.0.ebuild +++ b/dev-python/pygit2/pygit2-1.15.0.ebuild @@ -20,7 +20,8 @@ SLOT="0" KEYWORDS="~amd64 ~riscv ~x86" DEPEND=" - =dev-libs/libgit2-1.8*:= + <dev-libs/libgit2-1.9:= + >=dev-libs/libgit2-1.8.1:= " BDEPEND=" >=dev-python/cffi-1.16.0:=[${PYTHON_USEDEP}]
