commit:     750ca9b4871e7156d92771d2530647808c7f76ff
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 10:38:45 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 10:40:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750ca9b4

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 <AT> gentoo.org>

 .../{libgit2-glib-1.2.1.ebuild => libgit2-glib-1.2.1-r1.ebuild}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgit2-glib/libgit2-glib-1.2.1.ebuild 
b/dev-libs/libgit2-glib/libgit2-glib-1.2.1-r1.ebuild
similarity index 97%
rename from dev-libs/libgit2-glib/libgit2-glib-1.2.1.ebuild
rename to dev-libs/libgit2-glib/libgit2-glib-1.2.1-r1.ebuild
index 76120c3cbe1e..260c17870b0e 100644
--- a/dev-libs/libgit2-glib/libgit2-glib-1.2.1.ebuild
+++ b/dev-libs/libgit2-glib/libgit2-glib-1.2.1-r1.ebuild
@@ -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}]

Reply via email to