Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/ffcall: ffcall-1.10-r2.ebuild ChangeLog
Date: Fri, 25 Dec 2009 15:56:28
Message-Id: E1NOCWf-0005I6-Ex@stork.gentoo.org
1 flameeyes 09/12/25 15:56:25
2
3 Modified: ffcall-1.10-r2.ebuild ChangeLog
4 Log:
5 Use -j1 for build (bug #298348).
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-libs/ffcall/ffcall-1.10-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild?r1=1.4&r2=1.5
14
15 Index: ffcall-1.10-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ffcall-1.10-r2.ebuild 22 Sep 2009 02:05:21 -0000 1.4
22 +++ ffcall-1.10-r2.ebuild 25 Dec 2009 15:56:25 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild,v 1.4 2009/09/22 02:05:21 tgall Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild,v 1.5 2009/12/25 15:56:25 flameeyes Exp $
28
29 inherit eutils flag-o-matic
30
31 @@ -38,7 +38,8 @@
32 --datadir=/usr/share/doc/${PF} \
33 --enable-shared \
34 || die "./configure failed"
35 - make ${cpu_setting} || die
36 + # bug #298348
37 + emake -j1 ${cpu_setting} || die
38 }
39
40 src_install() {
41
42
43
44 1.38 dev-libs/ffcall/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ffcall/ChangeLog?rev=1.38&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ffcall/ChangeLog?rev=1.38&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ffcall/ChangeLog?r1=1.37&r2=1.38
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v
53 retrieving revision 1.37
54 retrieving revision 1.38
55 diff -u -r1.37 -r1.38
56 --- ChangeLog 22 Sep 2009 02:05:21 -0000 1.37
57 +++ ChangeLog 25 Dec 2009 15:56:25 -0000 1.38
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-libs/ffcall
60 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.37 2009/09/22 02:05:21 tgall Exp $
62 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.38 2009/12/25 15:56:25 flameeyes Exp $
64 +
65 + 25 Dec 2009; Diego E. Pettenò <flameeyes@g.o>
66 + ffcall-1.10-r2.ebuild:
67 + Use -j1 for build (bug #298348).
68
69 21 Sep 2009; Tom Gall <tgall@g.o> ffcall-1.10-r2.ebuild:
70 keyword ppc64