Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/ia64/, profiles/arch/s390/
Date: Thu, 01 Apr 2021 19:57:15
Message-Id: 1617307010.1350c16732f0fefcbabc358fabcaa2b61d5b1885.floppym@gentoo
1 commit: 1350c16732f0fefcbabc358fabcaa2b61d5b1885
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Apr 1 03:00:00 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 19:56:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1350c167
7
8 profiles: Mask "llvm-libunwind" USE flag on HPPA/IA64/S390.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 profiles/arch/hppa/use.mask | 4 ++++
14 profiles/arch/ia64/use.mask | 4 ++++
15 profiles/arch/s390/use.mask | 6 +++++-
16 3 files changed, 13 insertions(+), 1 deletion(-)
17
18 diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
19 index d55401d7ec4..0522aa34b61 100644
20 --- a/profiles/arch/hppa/use.mask
21 +++ b/profiles/arch/hppa/use.mask
22 @@ -7,6 +7,10 @@
23 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
24 # request bug for the hppa arch.
25
26 +# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@×××××.com> (2021-04-01)
27 +# sys-libs/llvm-libunwind not supported on HPPA.
28 +llvm-libunwind
29 +
30 # Andreas Sturmlechner <asturm@g.o> (2020-11-12)
31 # media-sound/jack-audio-connection-kit re-keywording timeout, bug #736725
32 jack
33
34 diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
35 index 97150d2c10e..9fb4872834d 100644
36 --- a/profiles/arch/ia64/use.mask
37 +++ b/profiles/arch/ia64/use.mask
38 @@ -4,6 +4,10 @@
39 # Unmask the flag which corresponds to ARCH.
40 -ia64
41
42 +# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@×××××.com> (2021-04-01)
43 +# sys-libs/llvm-libunwind not supported on IA64.
44 +llvm-libunwind
45 +
46 # Matt Turner <mattst88@g.o> (2020-07-01)
47 # Unlikely.
48 vulkan
49
50 diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
51 index c24a977058f..17dfcdd30af 100644
52 --- a/profiles/arch/s390/use.mask
53 +++ b/profiles/arch/s390/use.mask
54 @@ -1,9 +1,13 @@
55 -# Copyright 1999-2019 Gentoo Authors
56 +# Copyright 1999-2021 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 # Unmask the flag which corresponds to ARCH.
60 -s390
61
62 +# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@×××××.com> (2021-04-01)
63 +# sys-libs/llvm-libunwind not supported on S390.
64 +llvm-libunwind
65 +
66 # Sam James <sam@g.o> (2021-02-05)
67 # No luajit available for s390
68 luajittex