From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S34Ql-0000S2-M7 for garchives@archives.gentoo.org; Thu, 01 Mar 2012 11:44:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DE81E0852; Thu, 1 Mar 2012 11:44:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 08ECAE0852 for ; Thu, 1 Mar 2012 11:44:11 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EB94641F7 for ; Thu, 1 Mar 2012 11:44:11 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2307) id 420D22004B; Thu, 1 Mar 2012 11:44:10 +0000 (UTC) From: "Davide Pesavento (pesa)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pesa@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-pda/libplist: libplist-1.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libplist-1.8.ebuild ChangeLog X-VCS-Directories: app-pda/libplist X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento Content-Type: text/plain; charset=utf8 Message-Id: <20120301114410.420D22004B@flycatcher.gentoo.org> Date: Thu, 1 Mar 2012 11:44:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 93f06e54-3636-4d6d-a45b-18ddfcd6bd12 X-Archives-Hash: bec7d604c9b7b52c6a8187a9a2243588 pesa 12/03/01 11:44:10 Modified: libplist-1.8.ebuild ChangeLog Log: Force the number of jobs to 1 (bug #406365 by Chris Slycord) =20 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64) Revision Changes Path 1.2 app-pda/libplist/libplist-1.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/l= ibplist-1.8.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/l= ibplist-1.8.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/l= ibplist-1.8.ebuild?r1=3D1.1&r2=3D1.2 Index: libplist-1.8.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-pda/libplist/libplist-1.8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libplist-1.8.ebuild 10 Feb 2012 21:07:28 -0000 1.1 +++ libplist-1.8.ebuild 1 Mar 2012 11:44:10 -0000 1.2 @@ -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 $ =20 EAPI=3D4 =20 @@ -26,6 +26,9 @@ =20 DOCS=3D(AUTHORS NEWS README) =20 +# bug 406365 +MAKEOPTS+=3D" -j1" + pkg_setup() { if use cython || use python; then python_set_active_version 2 1.19 app-pda/libplist/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/C= hangeLog?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/C= hangeLog?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/C= hangeLog?r1=3D1.18&r2=3D1.19 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 10 Feb 2012 21:07:28 -0000 1.18 +++ ChangeLog 1 Mar 2012 11:44:10 -0000 1.19 @@ -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 201= 2/02/10 21:07:28 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.19 201= 2/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) =20 *libplist-1.8 (10 Feb 2012) =20