diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-11-02 18:01:00 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-11-02 18:01:00 +0000 |
commit | d23ee1bd46460ae95fdbdbde8dc813180316b2b3 (patch) | |
tree | cefe8f025f8368a5091491d0c9a019c9cf546a6b /eclass/qt4-build.eclass | |
parent | Fix PYTHON_DEPEND for Python3. (diff) | |
download | gentoo-2-d23ee1bd46460ae95fdbdbde8dc813180316b2b3.tar.gz gentoo-2-d23ee1bd46460ae95fdbdbde8dc813180316b2b3.tar.bz2 gentoo-2-d23ee1bd46460ae95fdbdbde8dc813180316b2b3.zip |
Whitespace.
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index bc99b58a0b3d..a426c11d71d5 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.96 2011/10/30 14:21:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.97 2011/11/02 18:01:00 jer Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -213,7 +213,7 @@ qt4-build_src_prepare() { # qmake bus errors with -O2 but -O3 works replace-flags -O2 -O3 fi - + # Bug 178652 if [[ $(gcc-major-version) == 3 ]] && use amd64; then ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |