From 1350c16732f0fefcbabc358fabcaa2b61d5b1885 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 1 Apr 2021 03:00:00 +0000 Subject: profiles: Mask "llvm-libunwind" USE flag on HPPA/IA64/S390. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Mike Gilbert --- profiles/arch/hppa/use.mask | 4 ++++ profiles/arch/ia64/use.mask | 4 ++++ profiles/arch/s390/use.mask | 6 +++++- 3 files changed, 13 insertions(+), 1 deletion(-) (limited to 'profiles/arch') diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index d55401d7ec44..0522aa34b618 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -7,6 +7,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Arfrever Frehtes Taifersar Arahesis (2021-04-01) +# sys-libs/llvm-libunwind not supported on HPPA. +llvm-libunwind + # Andreas Sturmlechner (2020-11-12) # media-sound/jack-audio-connection-kit re-keywording timeout, bug #736725 jack diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 97150d2c10e6..9fb4872834d2 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -ia64 +# Arfrever Frehtes Taifersar Arahesis (2021-04-01) +# sys-libs/llvm-libunwind not supported on IA64. +llvm-libunwind + # Matt Turner (2020-07-01) # Unlikely. vulkan diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask index c24a977058f1..17dfcdd30afd 100644 --- a/profiles/arch/s390/use.mask +++ b/profiles/arch/s390/use.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -s390 +# Arfrever Frehtes Taifersar Arahesis (2021-04-01) +# sys-libs/llvm-libunwind not supported on S390. +llvm-libunwind + # Sam James (2021-02-05) # No luajit available for s390 luajittex -- cgit v1.2.3-65-gdbad