commit: 59babf383b6776764c9a297bf8229f34c33ef72b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 23:35:54 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 00:07:36 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59babf38
gnome-python-common-r1.eclass: replace deprecated python_parallel_foreach_impl
call
eclass/gnome-python-common-r1.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/gnome-python-common-r1.eclass
b/eclass/gnome-python-common-r1.eclass
index d9968fe..db583ae 100644
--- a/eclass/gnome-python-common-r1.eclass
+++ b/eclass/gnome-python-common-r1.eclass
@@ -80,7 +80,7 @@ gnome-python-common-r1_src_configure() {
)
ECONF_SOURCE=${S} \
- python_parallel_foreach_impl \
+ python_foreach_impl \
gnome2_src_configure "${myconf[@]}" "${@}"
}