commit:     5f37361191c6292205de292300474e5b619e5d6a
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 10:51:13 2015 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 10:51:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f373611

selinux-policy-2.eclass: Remove parallel make hack

It was required only for 2.20140311* policies

 eclass/selinux-policy-2.eclass | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass
index eb27c89..74093fe 100644
--- a/eclass/selinux-policy-2.eclass
+++ b/eclass/selinux-policy-2.eclass
@@ -229,12 +229,7 @@ selinux-policy-2_src_compile() {
        for i in ${POLICY_TYPES}; do
                # Support USE flags in builds
                export M4PARAM="${makeuse}"
-               if [[ ${BASEPOL} == 2.20140311* ]]; then
-                       # Parallel builds are broken in 2.20140311-r7 and 
earlier, bug 530178
-                       emake -j1 NAME=$i -C "${S}"/${i} || die "${i} compile 
failed"
-               else
-                       emake NAME=$i -C "${S}"/${i} || die "${i} compile 
failed"
-               fi
+               emake NAME=$i -C "${S}"/${i} || die "${i} compile failed"
        done
 }
 

Reply via email to