commit: 1eaa06ac07b63304c1d5f0028d23e8369b4bd416 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 3 21:03:18 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 21:03:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eaa06ac
profiles: mask new >=gobject-introspection-2.86.0 too Just to be careful. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 17356528fc27..11f8fd71a248 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -37,9 +37,11 @@ #--- END OF EXAMPLES --- # Lukas Schmelting <[email protected]> (2025-10-03) -# breaks e.g. in combination with gnome-shell-48.4 ->=dev-util/gdbus-codegen-2.86.0 +# Breaks e.g. in combination with gnome-shell-48.4 >=dev-libs/glib-2.86.0 +>=dev-libs/gobject-introspection-1.86.0 +>=dev-libs/gobject-introspection-common-1.86.0 +>=dev-util/gdbus-codegen-2.86.0 >=dev-util/glib-utils-2.86.0 # Andreas Sturmlechner <[email protected]> (2025-10-01)
