Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4.eclass
Date: Wed, 25 Feb 2009 18:23:59
Message-Id: E1LcOQG-0007XL-FJ@stork.gentoo.org
1 hwoarang 09/02/25 18:23:56
2
3 Modified: qt4.eclass
4 Log:
5 Fixed pre-stripped issues when using qmake ( thanks to idl0r )
6
7 Revision Changes Path
8 1.50 eclass/qt4.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.50&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.50&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?r1=1.49&r2=1.50
13
14 Index: qt4.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v
17 retrieving revision 1.49
18 retrieving revision 1.50
19 diff -u -r1.49 -r1.50
20 --- qt4.eclass 21 Sep 2008 01:21:09 -0000 1.49
21 +++ qt4.eclass 25 Feb 2009 18:23:56 -0000 1.50
22 @@ -1,6 +1,6 @@
23 # Copyright 2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.49 2008/09/21 01:21:09 yngwin Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.50 2009/02/25 18:23:56 hwoarang Exp $
27
28 # @ECLASS: qt4.eclass
29 # @MAINTAINER:
30 @@ -271,6 +271,7 @@
31 QMAKE_LFLAGS_RELEASE="${LDFLAGS}" \
32 QMAKE_LFLAGS_DEBUG="${LDFLAGS}" \
33 QMAKE_RPATH= \
34 + QMAKE_STRIP= \
35 "${@}" >> ${LOGFILE} 2>&1
36
37 local result=$?