Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Wed, 02 Nov 2011 18:01:12
Message-Id: 20111102180100.87EEB2004B@flycatcher.gentoo.org
1 jer 11/11/02 18:01:00
2
3 Modified: qt4-build.eclass
4 Log:
5 Whitespace.
6
7 Revision Changes Path
8 1.97 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.97&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.97&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?r1=1.96&r2=1.97
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.96
18 retrieving revision 1.97
19 diff -u -r1.96 -r1.97
20 --- qt4-build.eclass 30 Oct 2011 14:21:14 -0000 1.96
21 +++ qt4-build.eclass 2 Nov 2011 18:01:00 -0000 1.97
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2011 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.96 2011/10/30 14:21:14 hwoarang Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.97 2011/11/02 18:01:00 jer Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -213,7 +213,7 @@
31 # qmake bus errors with -O2 but -O3 works
32 replace-flags -O2 -O3
33 fi
34 -
35 +
36 # Bug 178652
37 if [[ $(gcc-major-version) == 3 ]] && use amd64; then
38 ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS"