commit: 83107168d81d6c82a2b773d14a3cc744562b8a35 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com> AuthorDate: Wed Jan 24 07:24:54 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Feb 15 13:29:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83107168
profiles/base: Mask Cinnamon wayland support Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/35061 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b18e1cc72b3c..6490341d8691 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matthew Turnbull <[email protected]> (2024-01-24) +# Cinnamon wayland support is experimental and incomplete. +# https://github.com/linuxmint/wayland/issues +gnome-extra/cinnamon wayland + # James Le Cuirot <[email protected]> (2024-02-11) # The Raspberry Pi patch set is very heavy and will probably fail to apply # against a live checkout.
