pesa 15/05/09 19:48:37 Modified: ChangeLog qt4-build-multilib.eclass Log: Move workaround for bug 367045 from qtgui ebuild to eclass.
Revision Changes Path 1.1608 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1608&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1608&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1607&r2=1.1608 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1607 retrieving revision 1.1608 diff -u -r1.1607 -r1.1608 --- ChangeLog 9 May 2015 18:19:31 -0000 1.1607 +++ ChangeLog 9 May 2015 19:48:37 -0000 1.1608 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1607 2015/05/09 18:19:31 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1608 2015/05/09 19:48:37 pesa Exp $ + + 09 May 2015; Davide Pesavento <[email protected]> qt4-build-multilib.eclass: + Move workaround for bug 367045 from qtgui ebuild to eclass. 09 May 2015; Davide Pesavento <[email protected]> qt4-build-multilib.eclass: Update from qt overlay: overhaul toolchain and *FLAGS handling for proper 1.12 eclass/qt4-build-multilib.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?r1=1.11&r2=1.12 Index: qt4-build-multilib.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- qt4-build-multilib.eclass 9 May 2015 18:19:31 -0000 1.11 +++ qt4-build-multilib.eclass 9 May 2015 19:48:37 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.11 2015/05/09 18:19:31 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.12 2015/05/09 19:48:37 pesa Exp $ # @ECLASS: qt4-build-multilib.eclass # @MAINTAINER: @@ -355,6 +355,9 @@ $(is-flagq -mno-avx && echo -no-avx) $(is-flagq -mfpu=* && ! is-flagq -mfpu=*neon* && echo -no-neon) + # bug 367045 + $([[ ${CHOST} == *86*-apple-darwin* ]] && echo -no-ssse3) + # prefer system libraries -system-zlib
