Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, scarabeus@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: libiodbc-3.52.7-r1.ebuild ChangeLog
Date: Mon, 20 Feb 2012 16:02:22
Message-Id: 4F426D82.8090607@gentoo.org
1 On 02/20/2012 05:57 PM, Tomas Chvatal (scarabeus) wrote:
2 > scarabeus 12/02/20 15:57:31
3 >
4 > Modified: libiodbc-3.52.7-r1.ebuild ChangeLog
5 > Log:
6 > Use single thread build as it is broken in paralel on some machines wrt bug#405029.
7 >
8 > (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
9 >
10 > Revision Changes Path
11 > 1.2 dev-db/libiodbc/libiodbc-3.52.7-r1.ebuild
12 >
13 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7-r1.ebuild?rev=1.2&view=markup
14 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7-r1.ebuild?rev=1.2&content-type=text/plain
15 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7-r1.ebuild?r1=1.1&r2=1.2
16 >
17 > Index: libiodbc-3.52.7-r1.ebuild
18 > ===================================================================
19 > RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7-r1.ebuild,v
20 > retrieving revision 1.1
21 > retrieving revision 1.2
22 > diff -u -r1.1 -r1.2
23 > --- libiodbc-3.52.7-r1.ebuild 20 Feb 2012 10:21:59 -0000 1.1
24 > +++ libiodbc-3.52.7-r1.ebuild 20 Feb 2012 15:57:31 -0000 1.2
25 > @@ -1,6 +1,6 @@
26 > # Copyright 1999-2012 Gentoo Foundation
27 > # Distributed under the terms of the GNU General Public License v2
28 > -# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7-r1.ebuild,v 1.1 2012/02/20 10:21:59 scarabeus Exp $
29 > +# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7-r1.ebuild,v 1.2 2012/02/20 15:57:31 scarabeus Exp $
30 >
31 > EAPI=4
32 >
33 > @@ -22,6 +22,8 @@
34 >
35 > DOCS="AUTHORS ChangeLog NEWS README"
36 >
37 > +MAKEOPTS="-j1"
38 > +
39
40 Why not use MAKEOPTS="${MAKEOPTS} -j1" to allow other make flags get
41 respected?

Replies