dev-libs/libgit2-glib: add missing binding operator for libgit2

Haven't looked at bug #952063 in-depth but sounds like that
this should fix it so tentatively closing.

Either way, this := should be there.

Closes: https://bugs.gentoo.org/952063
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-03-26 06:38:45 -04:00
parent 5688f72e35
commit 750ca9b487
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334

View File

@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
>=dev-libs/gobject-introspection-1.54:=
>=dev-libs/glib-2.44.0:2
>=dev-libs/libgit2-0.26.0[ssh?]
>=dev-libs/libgit2-0.26.0:=[ssh?]
python? (
${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_USEDEP}]