commit: 1350c16732f0fefcbabc358fabcaa2b61d5b1885 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Thu Apr 1 03:00:00 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Apr 1 19:56:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1350c167
profiles: Mask "llvm-libunwind" USE flag on HPPA/IA64/S390. Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> 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(-) diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index d55401d7ec4..0522aa34b61 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 <[email protected]> (2021-04-01) +# sys-libs/llvm-libunwind not supported on HPPA. +llvm-libunwind + # Andreas Sturmlechner <[email protected]> (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 97150d2c10e..9fb4872834d 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 <[email protected]> (2021-04-01) +# sys-libs/llvm-libunwind not supported on IA64. +llvm-libunwind + # Matt Turner <[email protected]> (2020-07-01) # Unlikely. vulkan diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask index c24a977058f..17dfcdd30af 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 <[email protected]> (2021-04-01) +# sys-libs/llvm-libunwind not supported on S390. +llvm-libunwind + # Sam James <[email protected]> (2021-02-05) # No luajit available for s390 luajittex
