summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2011-12-21 22:36:47 +0000
committerDavide Pesavento <pesa@gentoo.org>2011-12-21 22:36:47 +0000
commitb5296d77fad90f644b47be313a1af2e1408bee0d (patch)
tree3a869aed69ae60eb719da7493486215b3e5bfe8b /eclass
parentarm stable, bug #394571 (diff)
downloadgentoo-2-b5296d77fad90f644b47be313a1af2e1408bee0d.tar.gz
gentoo-2-b5296d77fad90f644b47be313a1af2e1408bee0d.tar.bz2
gentoo-2-b5296d77fad90f644b47be313a1af2e1408bee0d.zip
Remove obsolete workaround.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/qt4-build.eclass6
2 files changed, 5 insertions, 6 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 84b5542bea67..c44313dcd338 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.50 2011/12/18 23:38:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.51 2011/12/21 22:36:47 pesa Exp $
+
+ 21 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
+ Remove obsolete workaround.
18 Dec 2011; Robin H. Johnson <robbat2@gentoo.org> python.eclass:
Bug #390691: Be careful about cp call to coreutils with --no-preserve option
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index 0109e21af9ed..b04029edcd04 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.104 2011/12/16 20:02:48 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.105 2011/12/21 22:36:47 pesa Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -367,10 +367,6 @@ qt4-build_src_configure() {
myconf+=" $(pkg-config --cflags freetype2)"
fi
- # Disable SSE4.x, since auto-detection is currently broken
- # Upstream bug http://bugreports.qt.nokia.com/browse/QTBUG-13623
- [[ ${PV} == "4.7.1" ]] && myconf+=" -no-sse4.1 -no-sse4.2"
-
echo ./configure ${myconf}
./configure ${myconf} || die "./configure failed"
myconf=""