summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-05-23 01:08:26 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-05-23 01:08:26 +0000
commit1a4ad3868d24383a9e0ded2576489cb56b269997 (patch)
tree0cc5dfc9a8a8339faff93f774a94b10cb9577c71 /eclass/qt4-build.eclass
parentVersion Bump using ebuild by Boris Gruschke <boris@gruschke.de>. Plus various... (diff)
downloadgentoo-2-1a4ad3868d24383a9e0ded2576489cb56b269997.tar.gz
gentoo-2-1a4ad3868d24383a9e0ded2576489cb56b269997.tar.bz2
gentoo-2-1a4ad3868d24383a9e0ded2576489cb56b269997.zip
I forgot to remove a temporary workaround
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r--eclass/qt4-build.eclass9
1 files changed, 1 insertions, 8 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index 1afff6135e5e..9250ea3d53cf 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
# Copyright 2007-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.34 2009/05/22 22:21:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.35 2009/05/23 01:08:26 hwoarang Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -274,13 +274,6 @@ standard_configure_options() {
;;
esac
- # bug 270475
- case "${MY_PV}" in
- 4.5.1 | 4.5.2)
- myconf="${myconf} -platform $(qt_mkspecs_dir)"
- ;;
- esac
-
echo "${myconf}"
}