commit: 0648e9229f54342cf1d7b9f0c555c82dbaaa8c96 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Jan 9 15:53:06 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Jan 9 16:02:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0648e922
profiles: Mask wayland USE flag on m68k Although Wayland could possibly work in a limited manner, Mesa is usually required, and that isn't working on m68k. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/package.use.mask | 4 ---- profiles/arch/m68k/use.mask | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index 64d2970ec549..e1925bab557c 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -79,10 +79,6 @@ sys-libs/glibc gd # Requires USE=seccomp that is masked in this profile. net-libs/gnutls test-full -# Matt Turner <[email protected]> (2017-02-25) -# Needs libepoxy keywording, bug #510940 -x11-base/xorg-server wayland - # Raúl Porcel <[email protected]> (2013-01-23) # Architecture is unsupported dev-libs/libpcre jit diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 618c43fd9462..8e334510ced5 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -m68k +# James Le Cuirot <[email protected]> (2022-01-09) +# Although Wayland could possibly work in a limited manner, Mesa is required for +# most things, and that isn't working on m68k. +wayland + # James Le Cuirot <[email protected]> (2022-01-09) # vim is keyworded for ~m68k but I'm not testing plugins. vim-syntax
