From ebce592dcfad610c6612c0412a672a3b7995ef82 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Thu, 1 Mar 2012 11:44:10 +0000 Subject: Force the number of jobs to 1 (bug #406365 by Chris Slycord) (Portage version: 2.2.0_alpha89/cvs/Linux x86_64) --- app-pda/libplist/ChangeLog | 5 ++++- app-pda/libplist/libplist-1.8.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'app-pda/libplist') diff --git a/app-pda/libplist/ChangeLog b/app-pda/libplist/ChangeLog index ae26ddc22ef7..2aead13deccd 100644 --- a/app-pda/libplist/ChangeLog +++ b/app-pda/libplist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/libplist # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.18 2012/02/10 21:07:28 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.19 2012/03/01 11:44:10 pesa Exp $ + + 01 Mar 2012; Davide Pesavento libplist-1.8.ebuild: + Force the number of jobs to 1 (bug #406365 by Chris Slycord) *libplist-1.8 (10 Feb 2012) diff --git a/app-pda/libplist/libplist-1.8.ebuild b/app-pda/libplist/libplist-1.8.ebuild index 118e09c69202..e6a0ebb2ed2a 100644 --- a/app-pda/libplist/libplist-1.8.ebuild +++ b/app-pda/libplist/libplist-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/libplist-1.8.ebuild,v 1.1 2012/02/10 21:07:28 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/libplist-1.8.ebuild,v 1.2 2012/03/01 11:44:10 pesa Exp $ EAPI=4 @@ -26,6 +26,9 @@ DEPEND="${RDEPEND} DOCS=(AUTHORS NEWS README) +# bug 406365 +MAKEOPTS+=" -j1" + pkg_setup() { if use cython || use python; then python_set_active_version 2 -- cgit v1.2.3-65-gdbad