diff options
author | Sam James <sam@gentoo.org> | 2021-11-05 01:10:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-05 01:10:11 +0000 |
commit | 29830cdf4858be3cb76a7fe2976a0695509bf8cd (patch) | |
tree | caa6054d2b4313141fa4d363829537fd2e8de36c /profiles/arch/s390 | |
parent | package.mask: re-mask bitcoin >=0.21.1 (diff) | |
download | gentoo-29830cdf4858be3cb76a7fe2976a0695509bf8cd.tar.gz gentoo-29830cdf4858be3cb76a7fe2976a0695509bf8cd.tar.bz2 gentoo-29830cdf4858be3cb76a7fe2976a0695509bf8cd.zip |
profiles/arch/s390: mask dev-lang/perl-5.34.0-r5 (segfaults during build)
Bug: https://bugs.gentoo.org/821577
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch/s390')
-rw-r--r-- | profiles/arch/s390/package.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask new file mode 100644 index 000000000000..4ec03ac97676 --- /dev/null +++ b/profiles/arch/s390/package.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <sam@gentoo.org> (2021-11-05) +# Perl segfaults during build on s390(x). Presumably related to +# now truly respecting CFLAGS. bug #821577 +=dev-lang/perl-5.34.0-r5 |