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 --- gui-libs/gtk4-layer-shell/gtk4-layer-shell-1.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui-libs/gtk4-layer-shell/gtk4-layer-shell-1.1.1-r1.ebuild') diff --git a/gui-libs/gtk4-layer-shell/gtk4-layer-shell-1.1.1-r1.ebuild b/gui-libs/gtk4-layer-shell/gtk4-layer-shell-1.1.1-r1.ebuild index f167c2acc905..281247785c8d 100644 --- a/gui-libs/gtk4-layer-shell/gtk4-layer-shell-1.1.1-r1.ebuild +++ b/gui-libs/gtk4-layer-shell/gtk4-layer-shell-1.1.1-r1.ebuild @@ -30,7 +30,7 @@ BDEPEND=" >=dev-build/ninja-1.8.2 >=dev-libs/wayland-protocols-1.16 >=dev-util/wayland-scanner-1.10.0 - introspection? ( dev-libs/gobject-introspection ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) doc? ( dev-util/gtk-doc ) test? ( >=dev-lang/python-3.8.19 ) vala? ( dev-lang/vala[vapigen(+)] ) -- cgit v1.2.3