Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/base/, profiles/arch/x86/
Date: Thu, 01 Jul 2021 01:53:17
Message-Id: 1625104155.b04a3c7ec297e96609e59e3f81e3d5cb45c14c08.ionen@gentoo
1 commit: b04a3c7ec297e96609e59e3f81e3d5cb45c14c08
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 00:39:48 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 01:49:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04a3c7e
7
8 profiles: mask xwayland+mutter[video_cards_nvidia] on most arches
9
10 egl-wayland with nvidia-drivers is currently only usable on amd64.
11
12 May potentially be for aarch64 in the future, but more is unlikely.
13
14 Acked-by: Matt Turner <mattst88 <AT> gentoo.org>
15 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
16
17 profiles/arch/amd64/package.use.mask | 5 +++++
18 profiles/arch/base/package.use.mask | 5 +++++
19 profiles/arch/x86/package.use.mask | 6 ++++++
20 3 files changed, 16 insertions(+)
21
22 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
23 index 3833aa4deba..144a5e516b1 100644
24 --- a/profiles/arch/amd64/package.use.mask
25 +++ b/profiles/arch/amd64/package.use.mask
26 @@ -17,6 +17,11 @@
27
28 #--- END OF EXAMPLES ---
29
30 +# Ionen Wolkens <ionen@g.o> (2021-07-01)
31 +# gui-libs/egl-wayland with nvidia-drivers is supported on this arch.
32 +x11-base/xwayland -video_cards_nvidia
33 +x11-wm/mutter -video_cards_nvidia
34 +
35 # Mike Gilbert <floppym@g.o> (2021-03-29)
36 # Unmask TPM on supported archs.
37 sys-apps/systemd -tpm
38
39 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
40 index 5f3f70e9821..522059cbd0b 100644
41 --- a/profiles/arch/base/package.use.mask
42 +++ b/profiles/arch/base/package.use.mask
43 @@ -1,6 +1,11 @@
44 # Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 +# Ionen Wolkens <ionen@g.o> (2021-07-01)
48 +# gui-libs/egl-wayland with nvidia-drivers is only usable on some arches.
49 +x11-base/xwayland video_cards_nvidia
50 +x11-wm/mutter video_cards_nvidia
51 +
52 # Bernd Waibel <waebbl-gentoo@××××××.net> (2021-06-16)
53 # sci-libs/pcl-1.11.1 is missing support for >=sci-libs/vtk-9
54 # bug #796368
55
56 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
57 index 9532c7c62a5..048fbc3963a 100644
58 --- a/profiles/arch/x86/package.use.mask
59 +++ b/profiles/arch/x86/package.use.mask
60 @@ -1,6 +1,12 @@
61 # Copyright 1999-2021 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 +# Ionen Wolkens <ionen@g.o> (2021-07-01)
65 +# gui-libs/egl-wayland with nvidia-drivers does not function well with
66 +# the last drivers to support x86 (needed here to override use.mask).
67 +x11-base/xwayland video_cards_nvidia
68 +x11-wm/mutter video_cards_nvidia
69 +
70 # Stefan Strogin <steils@g.o> (2021-06-27)
71 # Requires dev-python/adblock which is not keyworded on x86 yet
72 www-client/qutebrowser adblock