diff options
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 |