Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@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: Wed, 26 Feb 2020 22:02:27
Message-Id: 1582754202.2bc1e4014446f2cd300868371937332f7842b765.asturm@gentoo
1 commit: 2bc1e4014446f2cd300868371937332f7842b765
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 20:38:55 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 21:56:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc1e401
7
8 profiles: Mask dev-qt/qt{declarative,gui,wayland}[vulkan] except amd64/x86
9
10 Bug: https://bugs.gentoo.org/703594
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 profiles/arch/amd64/package.use.mask | 6 ++++++
14 profiles/arch/base/package.use.mask | 7 +++++++
15 profiles/arch/x86/package.use.mask | 6 ++++++
16 3 files changed, 19 insertions(+)
17
18 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
19 index a823b528528..9580a47ead3 100644
20 --- a/profiles/arch/amd64/package.use.mask
21 +++ b/profiles/arch/amd64/package.use.mask
22 @@ -17,6 +17,12 @@
23
24 #--- END OF EXAMPLES ---
25
26 +# Andreas Sturmlechner <asturm@g.o> (2020-02-26)
27 +# Vulkan is available on amd64.
28 +dev-qt/qtdeclarative -vulkan
29 +dev-qt/qtgui -vulkan
30 +dev-qt/qtwayland -vulkan
31 +
32 # James Le Cuirot <chewi@g.o> (2019-12-10)
33 # The JIT feature only works on amd64 and x86.
34 app-emulation/aranym -jit
35
36 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
37 index c455a18241b..76abd4b73d4 100644
38 --- a/profiles/arch/base/package.use.mask
39 +++ b/profiles/arch/base/package.use.mask
40 @@ -1,6 +1,13 @@
41 # Copyright 1999-2020 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 +# Andreas Sturmlechner <asturm@g.o> (2020-02-26)
45 +# Vulkan support is only available on few selected arches atm.
46 +# Mask everywhere, unmask where appropriate.
47 +dev-qt/qtdeclarative vulkan
48 +dev-qt/qtgui vulkan
49 +dev-qt/qtwayland vulkan
50 +
51 # dev-python/pandas is only keyworded for amd64 & x86
52 sys-block/fio python gnuplot
53
54
55 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
56 index 8b7177d8067..f7a4a8ce47a 100644
57 --- a/profiles/arch/x86/package.use.mask
58 +++ b/profiles/arch/x86/package.use.mask
59 @@ -1,6 +1,12 @@
60 # Copyright 1999-2020 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 +# Andreas Sturmlechner <asturm@g.o> (2020-02-26)
64 +# Vulkan is available on x86.
65 +dev-qt/qtdeclarative -vulkan
66 +dev-qt/qtgui -vulkan
67 +dev-qt/qtwayland -vulkan
68 +
69 # Andreas Sturmlechner <asturm@g.o> (2020-01-29)
70 # media-libs/pulseaudio-qt is not keyworded
71 kde-misc/kdeconnect pulseaudio