mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
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:
@@ -43,7 +43,7 @@ src_install() {
|
||||
mkdir htmlgen || die
|
||||
touch htmlgen/__init__.py || die
|
||||
ln ${files} htmlgen/ || die
|
||||
python_parallel_foreach_impl python_domodule htmlgen
|
||||
python_foreach_impl python_domodule htmlgen
|
||||
|
||||
if use doc; then
|
||||
# fix the image locations in the docs
|
||||
|
||||
Reference in New Issue
Block a user