diff options
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 9 |
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}" } |