From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2A1981397F2 for ; Sat, 22 Aug 2015 01:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77A23E0876; Sat, 22 Aug 2015 01:53:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15F48E0876 for ; Sat, 22 Aug 2015 01:53:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2EDF34096F for ; Sat, 22 Aug 2015 01:53:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A40213B for ; Sat, 22 Aug 2015 01:53:06 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1440208183.c39a26e059f1674065a9bb2857fe5c8e0f9969a3.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: c39a26e059f1674065a9bb2857fe5c8e0f9969a3 X-VCS-Branch: master Date: Sat, 22 Aug 2015 01:53:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 65553423-4746-47af-9db6-b374ac92dbc6 X-Archives-Hash: 1c4ce838da1df4874ec7a1de05ff5aab commit: c39a26e059f1674065a9bb2857fe5c8e0f9969a3 Author: Davide Pesavento gentoo org> AuthorDate: Sat Aug 22 01:49:43 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Aug 22 01:49:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39a26e0 qt5-build.eclass: remove broken workaround. See bug 552942 comments 26 and 30. Signed-off-by: Davide Pesavento gentoo.org> eclass/qt5-build.eclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index b26d560..cd4571a 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -199,10 +199,6 @@ qt5-build_src_prepare() { # Don't add -O3 to CXXFLAGS (bug 549140) sed -i -e '/CONFIG\s*+=/ s/optimize_full//' \ src/{corelib/corelib,gui/gui}.pro || die "sed failed (optimize_full)" - - # Don't force sse2 on x86 (bug 552942) - sed -i -e 's/^sse2:/false:&/' \ - mkspecs/features/qt_module.prf || die "sed failed (sse2)" fi # apply patches