From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PvGFG-0004Sl-TW for garchives@archives.gentoo.org; Thu, 03 Mar 2011 21:39:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15E521C012; Thu, 3 Mar 2011 21:39:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D6CFB1C012 for ; Thu, 3 Mar 2011 21:39:31 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51D0B1B40CD for ; Thu, 3 Mar 2011 21:39:31 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2252) id E248B20054; Thu, 3 Mar 2011 21:39:29 +0000 (UTC) From: "Alex Alexander (wired)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, wired@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: qt4-build.eclass X-VCS-Directories: eclass X-VCS-Committer: wired X-VCS-Committer-Name: Alex Alexander Content-Type: text/plain; charset=utf8 Message-Id: <20110303213929.E248B20054@flycatcher.gentoo.org> Date: Thu, 3 Mar 2011 21:39:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 227a28a42bd140d850369e6abcdf05b1 wired 11/03/03 21:39:29 Modified: qt4-build.eclass Log: enabled support for sse4 in qt-4.7.2, bug #344915 Revision Changes Path 1.89 eclass/qt4-build.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.e= class?rev=3D1.89&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.e= class?rev=3D1.89&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.e= class?r1=3D1.88&r2=3D1.89 Index: qt4-build.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- qt4-build.eclass 20 Jan 2011 23:08:09 -0000 1.88 +++ qt4-build.eclass 3 Mar 2011 21:39:29 -0000 1.89 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.88 2011/0= 1/20 23:08:09 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.89 2011/0= 3/03 21:39:29 wired Exp $ =20 # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -335,9 +335,7 @@ =20 # Disable SSE4.x, since auto-detection is currently broken # Upstream bug http://bugreports.qt.nokia.com/browse/QTBUG-13623 - if version_is_at_least 4.7.1; then - myconf+=3D" -no-sse4.1 -no-sse4.2" - fi + [[ ${PV} =3D=3D "4.7.1" ]] && myconf+=3D" -no-sse4.1 -no-sse4.2" =20 echo ./configure ${myconf} ./configure ${myconf} || die "./configure failed"