From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DDFF139345 for ; Thu, 1 Jul 2021 01:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AF04E0844; Thu, 1 Jul 2021 01:53:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 742E4E0844 for ; Thu, 1 Jul 2021 01:53:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17A1133BF5D for ; Thu, 1 Jul 2021 01:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DF5E78F for ; Thu, 1 Jul 2021 01:53:13 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1625104155.b04a3c7ec297e96609e59e3f81e3d5cb45c14c08.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/base/, profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask profiles/arch/base/package.use.mask profiles/arch/x86/package.use.mask X-VCS-Directories: profiles/arch/base/ profiles/arch/amd64/ profiles/arch/x86/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b04a3c7ec297e96609e59e3f81e3d5cb45c14c08 X-VCS-Branch: master Date: Thu, 1 Jul 2021 01:53:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e51ba0e5-7ff1-4c7b-8624-b3b43a8c7ec4 X-Archives-Hash: 6a7c11d4360c218539505713f26d350b commit: b04a3c7ec297e96609e59e3f81e3d5cb45c14c08 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jul 1 00:39:48 2021 +0000 Commit: Ionen Wolkens gentoo 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 gentoo.org> Signed-off-by: Ionen Wolkens 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 (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 (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 (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 (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 (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 (2021-06-27) # Requires dev-python/adblock which is not keyworded on x86 yet www-client/qutebrowser adblock