From d83e25b6a59578c519b2910640b5cb4205f0275c Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sun, 26 Oct 2025 04:42:53 +0200 Subject: */*: depend on newer gobject-introspection as a workaround sed -E '/dev-libs\/gobject-introspection(:=|\s|$|-[0-9]|\[)/ { s/(>=)?dev-libs\/gobject-introspection(-[0-9.r-]*)?/>=dev-libs\/gobject-introspection-1.82.0-r2/ }' */*/*.ebuild -i + manually going over to undo the false positives or if the version requirement was higher. Bug: https://bugs.gentoo.org/947058 See-Also: ae37e3f389808700bd0f4343ee04888f0ef179d2 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/44336 Closes: https://github.com/gentoo/gentoo/pull/44336 Signed-off-by: Sam James --- dev-libs/json-glib/json-glib-1.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs/json-glib/json-glib-1.10.0.ebuild') diff --git a/dev-libs/json-glib/json-glib-1.10.0.ebuild b/dev-libs/json-glib/json-glib-1.10.0.ebuild index ee72086f7cdb..8dd37eb2e44c 100644 --- a/dev-libs/json-glib/json-glib-1.10.0.ebuild +++ b/dev-libs/json-glib/json-glib-1.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ REQUIRED_USE="gtk-doc? ( introspection )" RDEPEND=" >=dev-libs/glib-2.72.0:2[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) " DEPEND="${RDEPEND}" BDEPEND=" -- cgit v1.2.3