summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-12-31 00:35:54 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2015-12-31 01:07:36 +0100
commit59babf383b6776764c9a297bf8229f34c33ef72b (patch)
treeed548de828b0b192a80f91739815c35751152925 /eclass
parentapp-office/gnucash: add upstream bug reference (diff)
downloadgentoo-59babf383b6776764c9a297bf8229f34c33ef72b.tar.gz
gentoo-59babf383b6776764c9a297bf8229f34c33ef72b.tar.bz2
gentoo-59babf383b6776764c9a297bf8229f34c33ef72b.zip
gnome-python-common-r1.eclass: replace deprecated python_parallel_foreach_impl call
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnome-python-common-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/gnome-python-common-r1.eclass b/eclass/gnome-python-common-r1.eclass
index d9968febb2e9..db583ae166e2 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[@]}" "${@}"
}