Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/ggnfs: ggnfs-0.77.1.ebuild ChangeLog
Date: Wed, 28 Nov 2012 09:41:44
Message-Id: 20121128094134.F1D4520C65@flycatcher.gentoo.org
1 patrick 12/11/28 09:41:34
2
3 Modified: ggnfs-0.77.1.ebuild ChangeLog
4 Log:
5 Avoid parallel make failure
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild?r1=1.1&r2=1.2
15
16 Index: ggnfs-0.77.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ggnfs-0.77.1.ebuild 27 Nov 2012 13:32:51 -0000 1.1
23 +++ ggnfs-0.77.1.ebuild 28 Nov 2012 09:41:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild,v 1.1 2012/11/27 13:32:51 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild,v 1.2 2012/11/28 09:41:34 patrick Exp $
29
30 EAPI=4
31 DESCRIPTION="A suite of algorithms to help factoring large integers"
32 @@ -39,7 +39,7 @@
33 # setting MARCH like this is fugly, but it uses -march=$ARCH - better fix welcome
34 # it also assumes a recent-ish compiler
35 cd src
36 - HOST="generic" MARCH="native" emake
37 + HOST="generic" MARCH="native" emake -j1
38 }
39
40 src_install() {
41
42
43
44 1.2 sci-mathematics/ggnfs/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 27 Nov 2012 13:32:51 -0000 1.1
57 +++ ChangeLog 28 Nov 2012 09:41:34 -0000 1.2
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sci-mathematics/ggnfs
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v 1.1 2012/11/27 13:32:51 patrick Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v 1.2 2012/11/28 09:41:34 patrick Exp $
63 +
64 + 28 Nov 2012; Patrick Lauer <patrick@g.o> ggnfs-0.77.1.ebuild:
65 + Avoid parallel make failure
66
67 *ggnfs-0.77.1 (27 Nov 2012)