Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/nail: ChangeLog nail-12.4-r2.ebuild
Date: Mon, 04 Oct 2010 19:56:00
Message-Id: 20101004195554.C42A720051@flycatcher.gentoo.org
1 flameeyes 10/10/04 19:55:54
2
3 Modified: ChangeLog nail-12.4-r2.ebuild
4 Log:
5 Use -j1 when building config or it'll produce bad files.
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.76 mail-client/nail/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/nail/ChangeLog?rev=1.76&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/nail/ChangeLog?rev=1.76&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/nail/ChangeLog?r1=1.75&r2=1.76
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v
19 retrieving revision 1.75
20 retrieving revision 1.76
21 diff -u -r1.75 -r1.76
22 --- ChangeLog 3 Oct 2010 14:51:29 -0000 1.75
23 +++ ChangeLog 4 Oct 2010 19:55:54 -0000 1.76
24 @@ -1,6 +1,9 @@
25 # ChangeLog for mail-client/nail
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.75 2010/10/03 14:51:29 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.76 2010/10/04 19:55:54 flameeyes Exp $
29 +
30 + 04 Oct 2010; Diego E. Pettenò <flameeyes@g.o> nail-12.4-r2.ebuild:
31 + Use -j1 when building config or it'll produce bad files.
32
33 *nail-12.4-r2 (03 Oct 2010)
34
35
36
37
38 1.2 mail-client/nail/nail-12.4-r2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/nail/nail-12.4-r2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/nail/nail-12.4-r2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/nail/nail-12.4-r2.ebuild?r1=1.1&r2=1.2
43
44 Index: nail-12.4-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/mail-client/nail/nail-12.4-r2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- nail-12.4-r2.ebuild 3 Oct 2010 14:51:29 -0000 1.1
51 +++ nail-12.4-r2.ebuild 4 Oct 2010 19:55:54 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/nail-12.4-r2.ebuild,v 1.1 2010/10/03 14:51:29 flameeyes Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/nail-12.4-r2.ebuild,v 1.2 2010/10/04 19:55:54 flameeyes Exp $
57
58 EAPI="3"
59
60 @@ -46,7 +46,8 @@
61
62 src_configure() {
63 # Build config.h and LIBS, neccesary to tweak the config
64 - make config.h LIBS
65 + # use -j1 because it will produce bogus output otherwise
66 + emake -j1 config.h LIBS || die
67
68 # Logic to 'configure' the package