commit:     6fe93666488fa45b99074f546edd1dc3c8c798c9
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 09:16:23 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 09:23:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe93666

dev-libs/libgit2-glib: limit to <libgit2-1.8.0 for now

Just as a quick workaround until maintainer(s) have time.

No need for a revbump given binding operator will cause it
to recheck dependencies when attempting rebuild.

Bug: https://bugs.gentoo.org/927383
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-libs/libgit2-glib/libgit2-glib-1.2.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libgit2-glib/libgit2-glib-1.2.0.ebuild 
b/dev-libs/libgit2-glib/libgit2-glib-1.2.0.ebuild
index b1572974d3dc..ecf161614762 100644
--- a/dev-libs/libgit2-glib/libgit2-glib-1.2.0.ebuild
+++ b/dev-libs/libgit2-glib/libgit2-glib-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,10 +16,12 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="gtk-doc python +ssh +vala"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
+# see bug #927383 wrt libgit2 upper bound
 RDEPEND="
        >=dev-libs/gobject-introspection-1.54:=
        >=dev-libs/glib-2.44.0:2
        >=dev-libs/libgit2-0.26.0:0=[ssh?]
+       <dev-libs/libgit2-1.8.0
        python? (
                ${PYTHON_DEPS}
                dev-python/pygobject:3[${PYTHON_USEDEP}]

Reply via email to