commit:     df46b23259547f8942cce9818ab58b894752e106
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 17:43:54 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 17:43:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df46b232

dev-libs/libical: depend on newer gobject-introspection as a workaround

Depend on >=1.82.0-r2 as a workaround for us not being able to properly
express "an older version of this will break other packages and must
be upgraded ASAP". It's a pain when upgrading older systems.

Bug: https://bugs.gentoo.org/947058
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libical/libical-3.0.19.ebuild    | 2 +-
 dev-libs/libical/libical-3.0.20-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libical/libical-3.0.19.ebuild 
b/dev-libs/libical/libical-3.0.19.ebuild
index f666c7b5ef34..03ea7008e7d5 100644
--- a/dev-libs/libical/libical-3.0.19.ebuild
+++ b/dev-libs/libical/libical-3.0.19.ebuild
@@ -37,7 +37,7 @@ BDEPEND="
                app-text/doxygen[dot]
                glib? ( dev-util/gtk-doc )
        )
-       introspection? ( dev-libs/gobject-introspection )
+       introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 )
        test? (
                ${PYTHON_DEPS}
                glib? ( $(python_gen_any_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]') )

diff --git a/dev-libs/libical/libical-3.0.20-r1.ebuild 
b/dev-libs/libical/libical-3.0.20-r1.ebuild
index 0388ab984806..df22c027e72d 100644
--- a/dev-libs/libical/libical-3.0.20-r1.ebuild
+++ b/dev-libs/libical/libical-3.0.20-r1.ebuild
@@ -36,7 +36,7 @@ BDEPEND="
                app-text/doxygen[dot]
                glib? ( dev-util/gtk-doc )
        )
-       introspection? ( dev-libs/gobject-introspection )
+       introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 )
        test? (
                ${PYTHON_DEPS}
                glib? ( $(python_gen_any_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]') )

Reply via email to