summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-08-11 03:23:09 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-08-11 03:23:09 +0000
commit49e8ed3a519ff66ede7d31e5a72394659ff746cd (patch)
tree2bd066b01fc62272117f3165be153c9fd01369df /sys-libs
parentbump, fixes Bug #519422 (diff)
downloadgentoo-2-49e8ed3a519ff66ede7d31e5a72394659ff746cd.tar.gz
gentoo-2-49e8ed3a519ff66ede7d31e5a72394659ff746cd.tar.bz2
gentoo-2-49e8ed3a519ff66ede7d31e5a72394659ff746cd.zip
Restrict parallel building #519164
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/tevent/ChangeLog5
-rw-r--r--sys-libs/tevent/tevent-0.9.21-r1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog
index b010e4d07ebb..4fb23f9d96a2 100644
--- a/sys-libs/tevent/ChangeLog
+++ b/sys-libs/tevent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.65 2014/08/07 19:31:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.66 2014/08/11 03:23:09 patrick Exp $
+
+ 11 Aug 2014; Patrick Lauer <patrick@gentoo.org> tevent-0.9.21-r1.ebuild:
+ Restrict parallel building #519164
07 Aug 2014; Jeroen Roovers <jer@gentoo.org> tevent-0.9.21-r1.ebuild:
Stable for HPPA (bug #512012).
diff --git a/sys-libs/tevent/tevent-0.9.21-r1.ebuild b/sys-libs/tevent/tevent-0.9.21-r1.ebuild
index d46963008024..a436dae175e9 100644
--- a/sys-libs/tevent/tevent-0.9.21-r1.ebuild
+++ b/sys-libs/tevent/tevent-0.9.21-r1.ebuild
@@ -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/sys-libs/tevent/tevent-0.9.21-r1.ebuild,v 1.7 2014/08/07 19:31:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.21-r1.ebuild,v 1.8 2014/08/11 03:23:09 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python2_{6,7} )
@@ -42,6 +42,8 @@ multilib_src_configure() {
}
multilib_src_compile() {
+ # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
+ unset MAKEOPTS
waf-utils_src_compile
}