commit: 29830cdf4858be3cb76a7fe2976a0695509bf8cd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Nov 5 01:10:00 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 5 01:10:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29830cdf
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 <AT> gentoo.org> profiles/arch/s390/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask new file mode 100644 index 00000000000..4ec03ac9767 --- /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 <[email protected]> (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
