Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Sat, 27 Jun 2009 18:55:04
Message-Id: E1MKd3G-0002gE-SK@stork.gentoo.org
1 yngwin 09/06/27 18:55:02
2
3 Modified: qt4-build.eclass
4 Log:
5 Remove custom-cxxflags from qt4-build.eclass
6
7 Revision Changes Path
8 1.40 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.40&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.40&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.39&r2=1.40
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- qt4-build.eclass 27 Jun 2009 12:37:32 -0000 1.39
21 +++ qt4-build.eclass 27 Jun 2009 18:55:02 -0000 1.40
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.39 2009/06/27 12:37:32 yngwin Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.40 2009/06/27 18:55:02 yngwin Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -13,7 +13,7 @@
31
32 inherit base eutils multilib toolchain-funcs flag-o-matic versionator
33
34 -IUSE="${IUSE} custom-cxxflags debug pch"
35 +IUSE="${IUSE} debug pch"
36 RDEPEND="
37 !<x11-libs/qt-assistant-${PV}
38 !>x11-libs/qt-assistant-${PV}-r9999
39 @@ -109,17 +109,6 @@
40 echo
41 ebeep 3
42 fi
43 -
44 - if use custom-cxxflags; then
45 - echo
46 - ewarn "You have set USE=custom-cxxflags, which means Qt will be built with the"
47 - ewarn "CXXFLAGS you have set in /etc/make.conf. This is not supported, and we"
48 - ewarn "recommend to unset this useflag. But you are free to experiment with it."
49 - ewarn "Just do not start crying if it breaks your system, or eats your kitten"
50 - ewarn "for breakfast. ;-) "
51 - echo
52 - fi
53 -
54 }
55
56 # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES
57 @@ -186,12 +175,6 @@
58 symlink_binaries_to_buildtree
59 fi
60
61 - if ! use custom-cxxflags;then
62 - # Don't let the user go too overboard with flags.
63 - strip-flags
64 - replace-flags -O3 -O2
65 - fi
66 -
67 # Bug 178652
68 if [[ "$(gcc-major-version)" == "3" ]] && use amd64; then
69 ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS"