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>
This commit is contained in:
Justin Lecher
2015-10-22 12:26:44 +02:00
parent e10be8fca2
commit e6baf15ca1
38 changed files with 44 additions and 44 deletions

View File

@@ -34,7 +34,7 @@ PATCHES=(
)
src_configure() {
python_parallel_foreach_impl autotools-utils_src_configure
python_foreach_impl autotools-utils_src_configure
}
src_compile() {