vapier 15/05/15 09:57:11 Modified: libxml2-2.9.2-r1.ebuild ChangeLog Log: Fix from Chromium OS for cross-compiling. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.10 dev-libs/libxml2/libxml2-2.9.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild?r1=1.9&r2=1.10 Index: libxml2-2.9.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libxml2-2.9.2-r1.ebuild 28 Apr 2015 07:28:58 -0000 1.9 +++ libxml2-2.9.2-r1.ebuild 15 May 2015 09:57:11 -0000 1.10 @@ -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/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild,v 1.9 2015/04/28 07:28:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild,v 1.10 2015/05/15 09:57:11 vapier Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -78,6 +78,8 @@ # epunt_cxx # if we don't eautoreconf + epatch "${FILESDIR}"/${PN}-2.9.2-cross-compile.patch + # Important patches from master epatch \ "${FILESDIR}/${PN}-2.9.2-revert-missing-initialization.patch" \ 1.453 dev-libs/libxml2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.453&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.453&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?r1=1.452&r2=1.453 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v retrieving revision 1.452 retrieving revision 1.453 diff -u -r1.452 -r1.453 --- ChangeLog 28 Apr 2015 07:28:58 -0000 1.452 +++ ChangeLog 15 May 2015 09:57:11 -0000 1.453 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libxml2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.452 2015/04/28 07:28:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.453 2015/05/15 09:57:11 vapier Exp $ + + 15 May 2015; Mike Frysinger <[email protected]> + +files/libxml2-2.9.2-cross-compile.patch, libxml2-2.9.2-r1.ebuild: + Fix from Chromium OS for cross-compiling. 28 Apr 2015; Agostino Sarubbo <[email protected]> libxml2-2.9.2-r1.ebuild: Stable for alpha, wrt bug #546720
