diff options
author | 2021-06-30 20:39:48 -0400 | |
---|---|---|
committer | 2021-06-30 21:49:15 -0400 | |
commit | b04a3c7ec297e96609e59e3f81e3d5cb45c14c08 (patch) | |
tree | 85cf9cff45a6fee205355323cc7c8b2a586e5045 /profiles/arch/base | |
parent | sys-cluster/ceph: revbumps, add libcrypt virtual (diff) | |
download | gentoo-b04a3c7ec297e96609e59e3f81e3d5cb45c14c08.tar.gz gentoo-b04a3c7ec297e96609e59e3f81e3d5cb45c14c08.tar.bz2 gentoo-b04a3c7ec297e96609e59e3f81e3d5cb45c14c08.zip |
profiles: mask xwayland+mutter[video_cards_nvidia] on most arches
egl-wayland with nvidia-drivers is currently only usable on amd64.
May potentially be for aarch64 in the future, but more is unlikely.
Acked-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles/arch/base')
-rw-r--r-- | profiles/arch/base/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 5f3f70e98215..522059cbd0bb 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens <ionen@gentoo.org> (2021-07-01) +# gui-libs/egl-wayland with nvidia-drivers is only usable on some arches. +x11-base/xwayland video_cards_nvidia +x11-wm/mutter video_cards_nvidia + # Bernd Waibel <waebbl-gentoo@posteo.net> (2021-06-16) # sci-libs/pcl-1.11.1 is missing support for >=sci-libs/vtk-9 # bug #796368 |