commit:     d44a65185d2c8835d18dafefedf8ef5c02b491e2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 20:59:06 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 20:59:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44a6518

dev-lang/perl: Add workaround for bug 604072

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-lang/perl/perl-5.24.1-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-lang/perl/perl-5.24.1-r1.ebuild 
b/dev-lang/perl/perl-5.24.1-r1.ebuild
index 833a5d0e3c2..fff33af9d56 100644
--- a/dev-lang/perl/perl-5.24.1-r1.ebuild
+++ b/dev-lang/perl/perl-5.24.1-r1.ebuild
@@ -282,6 +282,10 @@ src_prepare() {
                sed -i \
                        -e 's|^lib/unicore/CombiningClass.pl 
pod/perluniprops.pod:|lib/unicore/CombiningClass.pl pod/perluniprops.pod: 
$(CONFIGPM)|' \
                        Makefile || die
+
+               # bug 604072
+               MAKEOPTS+=" -j1"
+               export MAKEOPTS
        fi
 
        if ! tc-is-static-only ; then

Reply via email to