commit: 5a11a4800db7175e4376154797b25238c91dd29c Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Aug 9 11:55:10 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Aug 9 12:04:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a11a480
profiles: mask glib-2.80 and co. due to issues when updating Bug: https://bugs.gentoo.org/937616 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 8346e0f31999..606b78c0ee4c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Pacho Ramos <[email protected]> (2024-08-09) +# Mask until we find out a way to deal better with the upstream +# introduced circular dep, bug #937616 +>=dev-libs/glib-2.80 +>=gnome-base/gnome-shell-46 +>=gnome-extra/gnome-shell-extensions-46 +>=gnome-base/nautilis-46 + # Bernard Cafarelli <[email protected]> (2024-08-08) # Last release in 2004, website disappeared a long time ago. # Bad code quality, not packaged in other distros or dockapps.net
