summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-12-30 23:46:39 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-12-30 23:46:39 +0000
commit67b784e1e38e47c84bffb7e014f712b5a5fb8400 (patch)
treeada419e88c2884f96497235d9a93a12c74a9f211 /eclass/qt4-r2.eclass
parentBump for upcoming game server update - masked for now. (diff)
downloadgentoo-2-67b784e1e38e47c84bffb7e014f712b5a5fb8400.tar.gz
gentoo-2-67b784e1e38e47c84bffb7e014f712b5a5fb8400.tar.bz2
gentoo-2-67b784e1e38e47c84bffb7e014f712b5a5fb8400.zip
remove -nocache from qmake invocation because Davide threatened me to do it, actual proof in bug 349805
Diffstat (limited to 'eclass/qt4-r2.eclass')
-rw-r--r--eclass/qt4-r2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-r2.eclass b/eclass/qt4-r2.eclass
index b56cd90f9908..37c46e9b2d37 100644
--- a/eclass/qt4-r2.eclass
+++ b/eclass/qt4-r2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.8 2010/08/14 18:00:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.9 2010/12/30 23:46:39 tampakrap Exp $
# @ECLASS: qt4-r2.eclass
# @MAINTAINER:
@@ -245,7 +245,7 @@ eqmake4() {
[[ ${EAPI} == 2 ]] && use !prefix && EPREFIX=
"${EPREFIX}"/usr/bin/qmake \
- -makefile -nocache \
+ -makefile \
-config ${CONFIG_ADD} \
QTDIR="${EPREFIX}"/usr/$(get_libdir) \
QMAKE="${EPREFIX}"/usr/bin/qmake \