Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4.eclass
Date: Tue, 26 Feb 2008 01:11:17
Message-Id: E1JToLh-0004Zc-Nh@stork.gentoo.org
1 flameeyes 08/02/26 01:11:13
2
3 Modified: qt4.eclass
4 Log:
5 Quote arguments passed to eqmake or it will fail when passing
6 variables with whitespace on them.
7
8 Revision Changes Path
9 1.36 eclass/qt4.eclass
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.36&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.36&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?r1=1.35&r2=1.36
14
15 Index: qt4.eclass
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v
18 retrieving revision 1.35
19 retrieving revision 1.36
20 diff -u -r1.35 -r1.36
21 --- qt4.eclass 25 Feb 2008 17:07:33 -0000 1.35
22 +++ qt4.eclass 26 Feb 2008 01:11:13 -0000 1.36
23 @@ -1,6 +1,6 @@
24 # Copyright 2005 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.35 2008/02/25 17:07:33 caleb Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.36 2008/02/26 01:11:13 flameeyes Exp $
28
29 # @ECLASS: qt4.eclass
30 # @MAINTAINER:
31 @@ -201,7 +201,7 @@
32 QMAKE_LFLAGS_RELEASE="${LDFLAGS}" \
33 QMAKE_LFLAGS_DEBUG="${LDFLAGS}" \
34 QMAKE_RPATH= \
35 - ${@} >> ${LOGFILE} 2>&1
36 + "${@}" >> ${LOGFILE} 2>&1
37
38 local result=$?
39 eend ${result}
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list