summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/qt4-build.eclass13
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