diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-01-03 08:39:49 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-01-03 08:39:49 +0000 |
commit | 5addca120a574750f170ae6de9bfc7a42b661bd7 (patch) | |
tree | 2db978085b170388077d3e8e21f2dab991e6d895 /eclass/qt4-build.eclass | |
parent | Drop HPPA keywording (bug #449762). (diff) | |
download | gentoo-2-5addca120a574750f170ae6de9bfc7a42b661bd7.tar.gz gentoo-2-5addca120a574750f170ae6de9bfc7a42b661bd7.tar.bz2 gentoo-2-5addca120a574750f170ae6de9bfc7a42b661bd7.zip |
Remove more dead code, spotted by Arfrever.
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 2b439d666ebc..874bce603b6a 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.141 2012/12/31 06:29:42 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.142 2013/01/03 08:39:49 pesa Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -425,15 +425,6 @@ qt4-build_src_configure() { unset glibflags fi - if use_if_iuse qpa; then - echo - ewarn "The qpa useflag enables the Qt Platform Abstraction, formely" - ewarn "known as Qt Lighthouse. If you are not sure what that is, then" - ewarn "disable it before reporting any bugs related to this useflag." - echo - conf+=" -qpa" - fi - if use aqua; then # On (snow) leopard use the new (frameworked) cocoa code. if [[ ${CHOST##*-darwin} -ge 9 ]]; then |