summaryrefslogtreecommitdiff
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 /x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild
parentapp-text/bibus: Fix for gentoo specific paths and fix for lo-4 (diff)
downloadgentoo-e6baf15ca118e171c7d63041fb0a38625286a76b.tar.gz
gentoo-e6baf15ca118e171c7d63041fb0a38625286a76b.tar.bz2
gentoo-e6baf15ca118e171c7d63041fb0a38625286a76b.zip
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 'x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild')
-rw-r--r--x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild b/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild
index 818f062cf35e..5239a6fb2bfa 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild
@@ -31,7 +31,7 @@ multilib_src_configure() {
autotools-utils_src_configure
if multilib_is_native_abi; then
- python_parallel_foreach_impl autotools-utils_src_configure
+ python_foreach_impl autotools-utils_src_configure
fi
}