From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kv9Zx-0007Ux-P6 for garchives@archives.gentoo.org; Wed, 29 Oct 2008 11:51:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56407E0506; Wed, 29 Oct 2008 11:51:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0DF8AE0506 for ; Wed, 29 Oct 2008 11:51:14 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 725D264405 for ; Wed, 29 Oct 2008 11:51:12 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kv9Zw-0007ty-67 for gentoo-commits@lists.gentoo.org; Wed, 29 Oct 2008 11:51:12 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-util/datutil: datutil-2.31.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: datutil-2.31.ebuild ChangeLog X-VCS-Directories: games-util/datutil X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Wed, 29 Oct 2008 11:51:12 +0000 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: d67938aa-8f6b-433f-b852-363ff949fe1d X-Archives-Hash: b0df3a222947236a1acf4f99c5d83e24 flameeyes 08/10/29 11:51:12 Modified: datutil-2.31.ebuild ChangeLog Log: Force -j1 during install, see bug #244879. Fail on emake failure. (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1 x86_64) Revision Changes Path 1.3 games-util/datutil/datutil-2.31.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil= /datutil-2.31.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil= /datutil-2.31.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil= /datutil-2.31.ebuild?r1=3D1.2&r2=3D1.3 Index: datutil-2.31.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/games-util/datutil/datutil-2.31.ebuild,= v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- datutil-2.31.ebuild 12 May 2007 17:57:28 -0000 1.2 +++ datutil-2.31.ebuild 29 Oct 2008 11:51:12 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/datutil/datutil-2.31.ebuil= d,v 1.2 2007/05/12 17:57:28 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/datutil/datutil-2.31.ebuil= d,v 1.3 2008/10/29 11:51:12 flameeyes Exp $ =20 inherit toolchain-funcs =20 @@ -27,8 +27,9 @@ } =20 src_compile() { - emake CC=3D"$(tc-getCC)" LD=3D"$(tc-getCC) ${CFLAGS} ${LDFLAGS}" \ - CFLAGS=3D"${CFLAGS} -Idev" LOGIQX=3D. EXT=3D UPX=3D@# + # Parallel make issue, see bug #244879 + emake -j1 CC=3D"$(tc-getCC)" LD=3D"$(tc-getCC) ${CFLAGS} ${LDFLAGS}" \ + CFLAGS=3D"${CFLAGS} -Idev" LOGIQX=3D. EXT=3D UPX=3D@# || die "emake fai= led" } =20 src_install() { 1.3 games-util/datutil/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil= /ChangeLog?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil= /ChangeLog?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil= /ChangeLog?r1=3D1.2&r2=3D1.3 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/games-util/datutil/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 12 May 2007 17:57:28 -0000 1.2 +++ ChangeLog 29 Oct 2008 11:51:12 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for games-util/datutil -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/datutil/ChangeLog,v 1.2 20= 07/05/12 17:57:28 drizzt Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/datutil/ChangeLog,v 1.3 20= 08/10/29 11:51:12 flameeyes Exp $ + + 29 Oct 2008; Diego Petten=C3=B2 datutil-2.31.eb= uild: + Force -j1 during install, see bug #244879. Fail on emake failure. =20 12 May 2007; Timothy Redaelli datutil-2.31.ebuild: Add ~amd64 keyword.