perfinion 14/12/05 09:10:42 Modified: selinux-base-policy-9999.ebuild ChangeLog Log: enable parallel build, bug 530178 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Revision Changes Path 1.19 sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?r1=1.18&r2=1.19 Index: selinux-base-policy-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- selinux-base-policy-9999.ebuild 29 Nov 2014 11:18:41 -0000 1.18 +++ selinux-base-policy-9999.ebuild 5 Dec 2014 09:10:41 -0000 1.19 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v 1.18 2014/11/29 11:18:41 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v 1.19 2014/12/05 09:10:41 perfinion Exp $ EAPI="5" inherit eutils @@ -108,8 +108,7 @@ src_compile() { for i in ${POLICY_TYPES}; do - # Parallel build is broken, see bug 530178 - emake -j1 NAME=$i -C "${S}"/${i} || die "${i} compile failed" + emake NAME=$i -C "${S}"/${i} || die "${i} compile failed" done } 1.161 sec-policy/selinux-base-policy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.161&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.161&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?r1=1.160&r2=1.161 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- ChangeLog 29 Nov 2014 11:18:41 -0000 1.160 +++ ChangeLog 5 Dec 2014 09:10:41 -0000 1.161 @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-base-policy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.160 2014/11/29 11:18:41 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.161 2014/12/05 09:10:41 perfinion Exp $ + + 05 Dec 2014; Jason Zaman <[email protected]> + selinux-base-policy-9999.ebuild: + enable parallel build, bug 530178 29 Nov 2014; Jason Zaman <[email protected]> selinux-base-policy-2.20140311-r7.ebuild, selinux-base-policy-9999.ebuild:
