Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/redland: redland-1.0.16.ebuild ChangeLog
Date: Thu, 02 Jan 2014 15:17:49
Message-Id: 20140102151745.3D6AE2004C@flycatcher.gentoo.org
1 zerochaos 14/01/02 15:17:45
2
3 Modified: redland-1.0.16.ebuild ChangeLog
4 Log:
5 fixing typo in previous commit, helps to actually have -j1
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.10 dev-libs/redland/redland-1.0.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?r1=1.9&r2=1.10
15
16 Index: redland-1.0.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- redland-1.0.16.ebuild 2 Jan 2014 15:15:34 -0000 1.9
23 +++ redland-1.0.16.ebuild 2 Jan 2014 15:17:45 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 1.9 2014/01/02 15:15:34 zerochaos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 1.10 2014/01/02 15:17:45 zerochaos Exp $
29
30 EAPI=4
31 inherit libtool
32 @@ -60,7 +60,7 @@
33 }
34
35 src_compile() {
36 - emake
37 + emake -j1
38 }
39
40 src_test() {
41
42
43
44 1.118 dev-libs/redland/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/ChangeLog?rev=1.118&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/ChangeLog?rev=1.118&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/ChangeLog?r1=1.117&r2=1.118
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v
53 retrieving revision 1.117
54 retrieving revision 1.118
55 diff -u -r1.117 -r1.118
56 --- ChangeLog 2 Jan 2014 15:15:34 -0000 1.117
57 +++ ChangeLog 2 Jan 2014 15:17:45 -0000 1.118
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-libs/redland
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.117 2014/01/02 15:15:34 zerochaos Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.118 2014/01/02 15:17:45 zerochaos Exp $
63 +
64 + 02 Jan 2014; Rick Farina <zerochaos@g.o> redland-1.0.16.ebuild:
65 + fixing typo in previous commit, helps to actually have -j1
66
67 02 Jan 2014; Rick Farina <zerochaos@g.o> redland-1.0.16.ebuild:
68 shortcutting parallel build failure with -j1, see bug #485454