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 | 1ad43df66559fbfa1d53381ad6d838c4b9420b1b (patch) | |
tree | f4f6abc2b20ea1889f24ce9a223b0684d08875ac /eclass/qt4-build.eclass | |
parent | Drop HPPA keywording (bug #449762). (diff) | |
download | historical-1ad43df66559fbfa1d53381ad6d838c4b9420b1b.tar.gz historical-1ad43df66559fbfa1d53381ad6d838c4b9420b1b.tar.bz2 historical-1ad43df66559fbfa1d53381ad6d838c4b9420b1b.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 |