diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-05-23 01:08:26 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-05-23 01:08:26 +0000 |
commit | 61e191db1d1b0b76d7ade61ecf4303fa0488d654 (patch) | |
tree | 02bfae0a84a15c4d992e67a668c900e304636abf /eclass | |
parent | Version Bump using ebuild by Boris Gruschke <boris@gruschke.de>. Plus various... (diff) | |
download | historical-61e191db1d1b0b76d7ade61ecf4303fa0488d654.tar.gz historical-61e191db1d1b0b76d7ade61ecf4303fa0488d654.tar.bz2 historical-61e191db1d1b0b76d7ade61ecf4303fa0488d654.zip |
I forgot to remove a temporary workaround
Diffstat (limited to '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}" } |