Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/canna: ChangeLog canna-3.7_p3.ebuild
Date: Thu, 30 Jul 2009 16:52:50
Message-Id: E1MWYs3-00026T-HJ@stork.gentoo.org
1 flameeyes 09/07/30 16:52:47
2
3 Modified: ChangeLog canna-3.7_p3.ebuild
4 Log:
5 Use -j1 for install bug #279706.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.57 app-i18n/canna/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/canna/ChangeLog?rev=1.57&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/canna/ChangeLog?rev=1.57&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/canna/ChangeLog?r1=1.56&r2=1.57
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/canna/ChangeLog,v
18 retrieving revision 1.56
19 retrieving revision 1.57
20 diff -u -r1.56 -r1.57
21 --- ChangeLog 22 Jul 2007 09:06:19 -0000 1.56
22 +++ ChangeLog 30 Jul 2009 16:52:47 -0000 1.57
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-i18n/canna
25 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/ChangeLog,v 1.56 2007/07/22 09:06:19 calchan Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/ChangeLog,v 1.57 2009/07/30 16:52:47 flameeyes Exp $
29 +
30 + 30 Jul 2009; Diego E. Pettenò <flameeyes@g.o> canna-3.7_p3.ebuild:
31 + Use -j1 for install bug #279706.
32
33 22 Jul 2007; Denis Dupeyron <calchan@g.o> canna-3.7_p2.ebuild,
34 canna-3.7_p3.ebuild:
35
36
37
38 1.5 app-i18n/canna/canna-3.7_p3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/canna/canna-3.7_p3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/canna/canna-3.7_p3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/canna/canna-3.7_p3.ebuild?r1=1.4&r2=1.5
43
44 Index: canna-3.7_p3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- canna-3.7_p3.ebuild 22 Jul 2007 09:06:19 -0000 1.4
51 +++ canna-3.7_p3.ebuild 30 Jul 2009 16:52:47 -0000 1.5
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p3.ebuild,v 1.4 2007/07/22 09:06:19 calchan Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p3.ebuild,v 1.5 2009/07/30 16:52:47 flameeyes Exp $
58
59 inherit cannadic eutils multilib
60
61 @@ -46,7 +46,8 @@
62 xmkmf || die
63
64 #make libCannaDir=../lib/canna canna || die
65 - make canna || die
66 + # bug #279706
67 + emake -j1 canna || die
68
69 if use doc ; then
70 einfo "Compiling DVI, PS (and PDF) document"