tetromino 15/03/07 02:50:26 Modified: libxml2-2.9.2.ebuild ChangeLog Log: python_parallel_foreach_impl is deprecated (bug #541886, thanks to Ilya Gordeev). (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Revision Changes Path 1.12 dev-libs/libxml2/libxml2-2.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild?r1=1.11&r2=1.12 Index: libxml2-2.9.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libxml2-2.9.2.ebuild 11 Dec 2014 11:29:32 -0000 1.11 +++ libxml2-2.9.2.ebuild 7 Mar 2015 02:50:26 -0000 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.ebuild,v 1.11 2014/12/11 11:29:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild,v 1.12 2015/03/07 02:50:26 tetromino Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) @@ -128,7 +128,7 @@ libxml2_configure --without-python # build python bindings separately if multilib_is_native_abi && use python; then - python_parallel_foreach_impl libxml2_py_configure + python_foreach_impl libxml2_py_configure fi } 1.442 dev-libs/libxml2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.442&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.442&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?r1=1.441&r2=1.442 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v retrieving revision 1.441 retrieving revision 1.442 diff -u -r1.441 -r1.442 --- ChangeLog 19 Dec 2014 13:36:00 -0000 1.441 +++ ChangeLog 7 Mar 2015 02:50:26 -0000 1.442 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libxml2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.441 2014/12/19 13:36:00 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.442 2015/03/07 02:50:26 tetromino Exp $ + + 07 Mar 2015; Alexandre Rostovtsev <[email protected]> + libxml2-2.9.2.ebuild: + python_parallel_foreach_impl is deprecated (bug #541886, thanks to Ilya + Gordeev). 19 Dec 2014; Pacho Ramos <[email protected]> libxml2-2.9.2.ebuild: amd64 stable, bug 529964
