diff options
author | 2013-01-03 08:39:49 +0000 | |
---|---|---|
committer | 2013-01-03 08:39:49 +0000 | |
commit | 5addca120a574750f170ae6de9bfc7a42b661bd7 (patch) | |
tree | 2db978085b170388077d3e8e21f2dab991e6d895 /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')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/qt4-build.eclass | 13 |
2 files changed, 6 insertions, 12 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index b0307894326c..0d7ca2cd7b36 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.589 2013/01/02 21:12:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.590 2013/01/03 08:39:49 pesa Exp $ + + 03 Jan 2013; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: + Remove more dead code, spotted by Arfrever. 02 Jan 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, python-any-r1.eclass, python-r1.eclass, python-single-r1.eclass, 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 |