summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-03-01 11:44:10 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-03-01 11:44:10 +0000
commitebce592dcfad610c6612c0412a672a3b7995ef82 (patch)
treed03e05a95913ac31862c0a5877470b6f1a524fdb /app-pda
parentVersion bump. (diff)
downloadgentoo-2-ebce592dcfad610c6612c0412a672a3b7995ef82.tar.gz
gentoo-2-ebce592dcfad610c6612c0412a672a3b7995ef82.tar.bz2
gentoo-2-ebce592dcfad610c6612c0412a672a3b7995ef82.zip
Force the number of jobs to 1 (bug #406365 by Chris Slycord)
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/libplist/ChangeLog5
-rw-r--r--app-pda/libplist/libplist-1.8.ebuild5
2 files changed, 8 insertions, 2 deletions
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 <pesa@gentoo.org> 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