Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-r2.eclass
Date: Thu, 30 Dec 2010 23:46:52
Message-Id: 20101230234639.B59BD20054@flycatcher.gentoo.org
1 tampakrap 10/12/30 23:46:39
2
3 Modified: qt4-r2.eclass
4 Log:
5 remove -nocache from qmake invocation because Davide threatened me to do it, actual proof in bug 349805
6
7 Revision Changes Path
8 1.9 eclass/qt4-r2.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?r1=1.8&r2=1.9
13
14 Index: qt4-r2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- qt4-r2.eclass 14 Aug 2010 18:00:38 -0000 1.8
21 +++ qt4-r2.eclass 30 Dec 2010 23:46:39 -0000 1.9
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2010 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.8 2010/08/14 18:00:38 hwoarang Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.9 2010/12/30 23:46:39 tampakrap Exp $
27
28 # @ECLASS: qt4-r2.eclass
29 # @MAINTAINER:
30 @@ -245,7 +245,7 @@
31 [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX=
32
33 "${EPREFIX}"/usr/bin/qmake \
34 - -makefile -nocache \
35 + -makefile \
36 -config ${CONFIG_ADD} \
37 QTDIR="${EPREFIX}"/usr/$(get_libdir) \
38 QMAKE="${EPREFIX}"/usr/bin/qmake \