diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 12:26:44 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 12:26:44 +0200 |
commit | e6baf15ca118e171c7d63041fb0a38625286a76b (patch) | |
tree | 70cab7a4ceae114c83c661845bab2bf8ffc4a12d /app-text | |
parent | e10be8fca2dbab93315cd90eb28245194ebf7c44 (diff) | |
download | gentoo-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 'app-text')
-rw-r--r-- | app-text/bibus/bibus-1.5.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/bibus/bibus-1.5.2-r2.ebuild b/app-text/bibus/bibus-1.5.2-r2.ebuild index f4de2beb028..39df9886cf2 100644 --- a/app-text/bibus/bibus-1.5.2-r2.ebuild +++ b/app-text/bibus/bibus-1.5.2-r2.ebuild @@ -71,9 +71,9 @@ src_install() { install install-doc-en } python_foreach_impl installation - python_parallel_foreach_impl python_optimize + python_foreach_impl python_optimize - python_parallel_foreach_impl python_newscript bibusStart.py ${PN} + python_foreach_impl python_newscript bibusStart.py ${PN} } pkg_postinst() { |