Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/base/, profiles/arch/amd64/
Date: Mon, 12 Jul 2021 07:05:12
Message-Id: 1626073482.306af4461c0564ab68dbac9f5f88c4800cc32635.sam@gentoo
1 commit: 306af4461c0564ab68dbac9f5f88c4800cc32635
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 07:02:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 07:04:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306af446
7
8 profiles/arch: mask dev-util/diffoscope[haskell] everywhere but amd64/x86
9
10 Bug: https://bugs.gentoo.org/801649
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 profiles/arch/amd64/package.use.mask | 5 +++++
14 profiles/arch/base/package.use.mask | 5 +++++
15 profiles/arch/x86/package.use.mask | 5 +++++
16 3 files changed, 15 insertions(+)
17
18 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
19 index 144a5e516b1..e2b47d92c06 100644
20 --- a/profiles/arch/amd64/package.use.mask
21 +++ b/profiles/arch/amd64/package.use.mask
22 @@ -17,6 +17,11 @@
23
24 #--- END OF EXAMPLES ---
25
26 +# Sam James <sam@g.o> (2021-07-12)
27 +# Haskell is (only) available on amd64/x86 right now in Gentoo
28 +# bug #801649
29 +dev-util/diffoscope -haskell
30 +
31 # Ionen Wolkens <ionen@g.o> (2021-07-01)
32 # gui-libs/egl-wayland with nvidia-drivers is supported on this arch.
33 x11-base/xwayland -video_cards_nvidia
34
35 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
36 index 5b5be3520b9..e9acf79d2f2 100644
37 --- a/profiles/arch/base/package.use.mask
38 +++ b/profiles/arch/base/package.use.mask
39 @@ -1,6 +1,11 @@
40 # Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 +# Sam James <sam@g.o> (2021-07-12)
44 +# Haskell is only available on amd64/x86 right now in Gentoo
45 +# bug #801649
46 +dev-util/diffoscope haskell
47 +
48 # Ionen Wolkens <ionen@g.o> (2021-07-01)
49 # gui-libs/egl-wayland with nvidia-drivers is only usable on some arches.
50 x11-base/xwayland video_cards_nvidia
51
52 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
53 index db99db7e76b..4f1ddc270e5 100644
54 --- a/profiles/arch/x86/package.use.mask
55 +++ b/profiles/arch/x86/package.use.mask
56 @@ -1,6 +1,11 @@
57 # Copyright 1999-2021 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 +# Sam James <sam@g.o> (2021-07-12)
61 +# Haskell is (only) available on amd64/x86 right now in Gentoo
62 +# bug #801649
63 +dev-util/diffoscope -haskell
64 +
65 # Ionen Wolkens <ionen@g.o> (2021-07-04)
66 # Needed until media-libs/libsdl2[vulkan] is unmasked on this arch.
67 games-fps/yamagi-quake2 vulkan