diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-09 15:53:06 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-09 16:02:23 +0000 |
commit | 0648e9229f54342cf1d7b9f0c555c82dbaaa8c96 (patch) | |
tree | 2f050a5a479e42ea477dccc88a40f8d2e4ac0d6d /profiles/arch/m68k | |
parent | profiles: Mask sys-libs/libcap[tools] on m68k (diff) | |
download | gentoo-0648e9229f54342cf1d7b9f0c555c82dbaaa8c96.tar.gz gentoo-0648e9229f54342cf1d7b9f0c555c82dbaaa8c96.tar.bz2 gentoo-0648e9229f54342cf1d7b9f0c555c82dbaaa8c96.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/arch/m68k')
-rw-r--r-- | profiles/arch/m68k/package.use.mask | 4 | ||||
-rw-r--r-- | 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 <mattst88@gentoo.org> (2017-02-25) -# Needs libepoxy keywording, bug #510940 -x11-base/xorg-server wayland - # Raúl Porcel <armin76@gentoo.org> (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 @@ -5,6 +5,11 @@ -m68k # James Le Cuirot <chewi@gentoo.org> (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 <chewi@gentoo.org> (2022-01-09) # vim is keyworded for ~m68k but I'm not testing plugins. vim-syntax |