dev-lang/perl: Add workaround for bug 604072
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 24 Mar 2017 20:59:06 +0000 (21:59 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 24 Mar 2017 20:59:06 +0000 (21:59 +0100)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-lang/perl/perl-5.24.1-r1.ebuild

index 833a5d0e3c2d5b64d58f04c690f3e580b41afccb..fff33af9d5631208779200004508072d55fbb961 100644 (file)
@@ -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