commit:     2a5bb98c275f7ef5a39b818d633fa4aa563b77cc
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  7 20:41:31 2014 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 20:41:31 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=2a5bb98c

dev-lang/python: emake -j1 to avoid a race during stage3 builds

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: 0xF52D4BBA

---
 dev-lang/python/python-3.3.3-r99.ebuild | 2 +-
 dev-lang/python/python-3.3.4-r99.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/python/python-3.3.3-r99.ebuild 
b/dev-lang/python/python-3.3.3-r99.ebuild
index 068daf4..99e1961 100644
--- a/dev-lang/python/python-3.3.3-r99.ebuild
+++ b/dev-lang/python/python-3.3.3-r99.ebuild
@@ -236,7 +236,7 @@ src_install() {
 
        cd "${BUILD_DIR}" || die
 
-       emake DESTDIR="${D}" altinstall
+       emake -j1 DESTDIR="${D}" altinstall
 
        sed \
                -e "s/\(CONFIGURE_LDFLAGS=\).*/\1/" \

diff --git a/dev-lang/python/python-3.3.4-r99.ebuild 
b/dev-lang/python/python-3.3.4-r99.ebuild
index a4c590b..fb6e4b4 100644
--- a/dev-lang/python/python-3.3.4-r99.ebuild
+++ b/dev-lang/python/python-3.3.4-r99.ebuild
@@ -234,7 +234,7 @@ src_install() {
 
        cd "${BUILD_DIR}" || die
 
-       emake DESTDIR="${D}" altinstall
+       emake -j1 DESTDIR="${D}" altinstall
 
        sed \
                -e "s/\(CONFIGURE_LDFLAGS=\).*/\1/" \

Reply via email to