summaryrefslogtreecommitdiff
path: root/dev-libs/libgamin
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 12:26:44 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 12:26:44 +0200
commite6baf15ca118e171c7d63041fb0a38625286a76b (patch)
tree70cab7a4ceae114c83c661845bab2bf8ffc4a12d /dev-libs/libgamin
parente10be8fca2dbab93315cd90eb28245194ebf7c44 (diff)
downloadgentoo-e6baf15ca118e171c7d63041fb0a38625286a76b.tar.gz
gentoo-e6baf15ca118e171c7d63041fb0a38625286a76b.tar.xz
Drop deprecated usage of parallel python eclass functions
Python eclasses dropped parallel execution support some while ago. python_parallel_foreach_impl was an alias for python_foreach_impl for some time already. Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-libs/libgamin')
-rw-r--r--dev-libs/libgamin/libgamin-0.1.10-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild b/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild
index f7f5a6be7b3..0550f72e82a 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild
@@ -95,7 +95,7 @@ multilib_src_configure() {
econf "${myconf[@]}" --with-python
}
- python_parallel_foreach_impl python_configure
+ python_foreach_impl python_configure
fi
}