commit: b04a3c7ec297e96609e59e3f81e3d5cb45c14c08 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Jul 1 00:39:48 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Jul 1 01:49:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04a3c7e
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 <AT> gentoo.org> Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++++ profiles/arch/base/package.use.mask | 5 +++++ profiles/arch/x86/package.use.mask | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 3833aa4deba..144a5e516b1 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Ionen Wolkens <[email protected]> (2021-07-01) +# gui-libs/egl-wayland with nvidia-drivers is supported on this arch. +x11-base/xwayland -video_cards_nvidia +x11-wm/mutter -video_cards_nvidia + # Mike Gilbert <[email protected]> (2021-03-29) # Unmask TPM on supported archs. sys-apps/systemd -tpm diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 5f3f70e9821..522059cbd0b 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 <[email protected]> (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 <[email protected]> (2021-06-16) # sci-libs/pcl-1.11.1 is missing support for >=sci-libs/vtk-9 # bug #796368 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 9532c7c62a5..048fbc3963a 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens <[email protected]> (2021-07-01) +# gui-libs/egl-wayland with nvidia-drivers does not function well with +# the last drivers to support x86 (needed here to override use.mask). +x11-base/xwayland video_cards_nvidia +x11-wm/mutter video_cards_nvidia + # Stefan Strogin <[email protected]> (2021-06-27) # Requires dev-python/adblock which is not keyworded on x86 yet www-client/qutebrowser adblock
