Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Fri, 31 Jul 2009 22:18:33
Message-Id: E1MX0Qp-0006s4-2o@stork.gentoo.org
1 tommy 09/07/31 22:18:31
2
3 Modified: qt4-build.eclass
4 Log:
5 Fix building with multilib environment in qt4-build.eclass with ok from yngwin for the qt herd
6
7 Revision Changes Path
8 1.43 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.43&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.43&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.42&r2=1.43
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.42
18 retrieving revision 1.43
19 diff -u -r1.42 -r1.43
20 --- qt4-build.eclass 13 Jul 2009 19:55:30 -0000 1.42
21 +++ qt4-build.eclass 31 Jul 2009 22:18:31 -0000 1.43
22 @@ -1,6 +1,6 @@
23 # Copyright 2007-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.42 2009/07/13 19:55:30 hwoarang Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.43 2009/07/31 22:18:31 tommy Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -200,6 +200,7 @@
31
32 echo ./configure ${myconf}
33 ./configure ${myconf} || die "./configure failed"
34 + myconf=""
35 }
36
37 # @FUNCTION: qt4-build_src_compile