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/base/, profiles/arch/x86/, profiles/arch/amd64/
Date: Mon, 12 Oct 2020 16:15:34
Message-Id: 1602519319.519c862840c15db1e618514f56b28ea623b1f070.asturm@gentoo
1 commit: 519c862840c15db1e618514f56b28ea623b1f070
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 14:06:44 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 16:15:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519c8628
7
8 profiles: arch: Mask dev-qt/qt3d[vulkan] everywhere except for amd64/x86
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 profiles/arch/amd64/package.use.mask | 1 +
13 profiles/arch/base/package.use.mask | 1 +
14 profiles/arch/x86/package.use.mask | 1 +
15 3 files changed, 3 insertions(+)
16
17 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
18 index 6b98a1f0ede..a3a0e578c5d 100644
19 --- a/profiles/arch/amd64/package.use.mask
20 +++ b/profiles/arch/amd64/package.use.mask
21 @@ -80,6 +80,7 @@ dev-libs/gjs -sysprof
22
23 # Andreas Sturmlechner <asturm@g.o> (2020-02-26)
24 # Vulkan is available on amd64.
25 +dev-qt/qt3d -vulkan
26 dev-qt/qtdeclarative -vulkan
27 dev-qt/qtgui -vulkan
28 dev-qt/qtwayland -vulkan
29
30 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
31 index bf31f6eba19..66641ded4a8 100644
32 --- a/profiles/arch/base/package.use.mask
33 +++ b/profiles/arch/base/package.use.mask
34 @@ -60,6 +60,7 @@ dev-libs/gjs sysprof
35 # Andreas Sturmlechner <asturm@g.o> (2020-02-26)
36 # Vulkan support is only available on few selected arches atm.
37 # Mask everywhere, unmask where appropriate.
38 +dev-qt/qt3d vulkan
39 dev-qt/qtdeclarative vulkan
40 dev-qt/qtgui vulkan
41 dev-qt/qtwayland vulkan
42
43 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
44 index 178bf43d284..c4f408fa444 100644
45 --- a/profiles/arch/x86/package.use.mask
46 +++ b/profiles/arch/x86/package.use.mask
47 @@ -81,6 +81,7 @@ dev-libs/gjs -sysprof
48
49 # Andreas Sturmlechner <asturm@g.o> (2020-02-26)
50 # Vulkan is available on x86.
51 +dev-qt/qt3d -vulkan
52 dev-qt/qtdeclarative -vulkan
53 dev-qt/qtgui -vulkan
54 dev-qt/qtwayland -vulkan