commit: 2e1dcced82c1093718dc848b3dcab7c96ec13d4d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 3 16:42:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 16:42:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1dcced
profiles: fix glib mask Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index a664b4f521aa..17356528fc27 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,12 @@ #--- 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 +>=dev-libs/glib-2.86.0 +>=dev-util/glib-utils-2.86.0 + # Andreas Sturmlechner <[email protected]> (2025-10-01) # Remaining old EAPI-7 based cmake.eclass consumers after 4 years of # tracking EAPI-7 removal. Port to EAPI-8 if you can. @@ -736,9 +742,3 @@ sys-libs/newlib dev-embedded/avr-libc sys-devel/nvptx-tools sys-devel/clang-crossdev-wrappers - -# Lukas Schmelting <[email protected]> (2025-10-03) -# breaks e.g. in combination with gnome-shell-48.4 ->=dev-util/gdbus-codegen-2.86.0 ->=dev-util/glib-2.86.0 ->=dev-util/glib-utils-2.86.0
