pesa 15/05/10 01:06:49 Modified: ChangeLog qt4-build-multilib.eclass Log: Delete obsolete code that is now causing problems on freebsd (bug 493310).
Revision Changes Path 1.1611 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1611&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1611&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1610&r2=1.1611 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1610 retrieving revision 1.1611 diff -u -r1.1610 -r1.1611 --- ChangeLog 9 May 2015 22:20:44 -0000 1.1610 +++ ChangeLog 10 May 2015 01:06:49 -0000 1.1611 @@ -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.1610 2015/05/09 22:20:44 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1611 2015/05/10 01:06:49 pesa Exp $ + + 10 May 2015; Davide Pesavento <[email protected]> qt4-build-multilib.eclass: + Delete obsolete code that is now causing problems on freebsd (bug 493310). 09 May 2015; James Le Cuirot <[email protected]> java-utils-2.eclass, java-virtuals-2.eclass, java-vm-2.eclass: 1.14 eclass/qt4-build-multilib.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?r1=1.13&r2=1.14 Index: qt4-build-multilib.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- qt4-build-multilib.eclass 9 May 2015 19:51:00 -0000 1.13 +++ qt4-build-multilib.eclass 10 May 2015 01:06:49 -0000 1.14 @@ -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.13 2015/05/09 19:51:00 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.14 2015/05/10 01:06:49 pesa Exp $ # @ECLASS: qt4-build-multilib.eclass # @MAINTAINER: @@ -373,10 +373,6 @@ # mostly to be seen as a core dump with the message: # "QPixmap: Must construct a QApplication before a QPaintDevice" $([[ ${CHOST} != *-solaris* ]] && echo -reduce-relocations) - - # this one is needed for all systems with a separate -liconv, apart from - # Darwin, for which the sources already cater for -liconv - $(use !elibc_glibc && [[ ${CHOST} != *-darwin* ]] && echo -liconv) ) if use_if_iuse aqua; then
