summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-03-21 05:16:23 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-03-21 05:23:37 -0400
commit6fe93666488fa45b99074f546edd1dc3c8c798c9 (patch)
tree7b9f096c75edfa45e6b2ea4469ad11f5b3e33df3
parentsys-apps/bat: fix build with >=libgit2-1.8.0 (diff)
downloadgentoo-6fe93666488fa45b99074f546edd1dc3c8c798c9.tar.gz
gentoo-6fe93666488fa45b99074f546edd1dc3c8c798c9.tar.bz2
gentoo-6fe93666488fa45b99074f546edd1dc3c8c798c9.zip
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@gentoo.org>
-rw-r--r--dev-libs/libgit2-glib/libgit2-glib-1.2.0.ebuild4
1 files changed, 3 insertions, 1 deletions
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}]