diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2021-04-01 03:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-04-01 15:56:50 -0400 |
commit | 1350c16732f0fefcbabc358fabcaa2b61d5b1885 (patch) | |
tree | 0d2b7e17a78255950ea5323c53556182996b39a1 /profiles | |
parent | profiles/arch/powerpc: Drop unnecessary mask of sys-devel/llvm[gold] on PPC32. (diff) | |
download | gentoo-1350c16732f0fefcbabc358fabcaa2b61d5b1885.tar.gz gentoo-1350c16732f0fefcbabc358fabcaa2b61d5b1885.tar.bz2 gentoo-1350c16732f0fefcbabc358fabcaa2b61d5b1885.zip |
profiles: Mask "llvm-libunwind" USE flag on HPPA/IA64/S390.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/hppa/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/s390/use.mask | 6 |
3 files changed, 13 insertions, 1 deletions
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 <arfrever.fta@gmail.com> (2021-04-01) +# sys-libs/llvm-libunwind not supported on HPPA. +llvm-libunwind + # Andreas Sturmlechner <asturm@gentoo.org> (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 <arfrever.fta@gmail.com> (2021-04-01) +# sys-libs/llvm-libunwind not supported on IA64. +llvm-libunwind + # Matt Turner <mattst88@gentoo.org> (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 <arfrever.fta@gmail.com> (2021-04-01) +# sys-libs/llvm-libunwind not supported on S390. +llvm-libunwind + # Sam James <sam@gentoo.org> (2021-02-05) # No luajit available for s390 luajittex |