diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-03-07 02:50:26 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-03-07 02:50:26 +0000 |
commit | 78192bef50a75e7b86acb0246b3a478869ddb3c3 (patch) | |
tree | b13e74f0d4d8aee1356edf522cd6f29a363e72e0 /dev-libs | |
parent | Require libgdata[gnome] (bug #541942, thanks to Toralf Förster). (diff) | |
download | gentoo-2-78192bef50a75e7b86acb0246b3a478869ddb3c3.tar.gz gentoo-2-78192bef50a75e7b86acb0246b3a478869ddb3c3.tar.bz2 gentoo-2-78192bef50a75e7b86acb0246b3a478869ddb3c3.zip |
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)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.2.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 7b85be521dcc..c5fbab21ad9b 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -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 <tetromino@gentoo.org> + libxml2-2.9.2.ebuild: + python_parallel_foreach_impl is deprecated (bug #541886, thanks to Ilya + Gordeev). 19 Dec 2014; Pacho Ramos <pacho@gentoo.org> libxml2-2.9.2.ebuild: amd64 stable, bug 529964 diff --git a/dev-libs/libxml2/libxml2-2.9.2.ebuild b/dev-libs/libxml2/libxml2-2.9.2.ebuild index 0c243a69739e..d63437530caa 100644 --- a/dev-libs/libxml2/libxml2-2.9.2.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.2.ebuild @@ -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 @@ multilib_src_configure() { 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 } |