From e6baf15ca118e171c7d63041fb0a38625286a76b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 22 Oct 2015 12:26:44 +0200 Subject: 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 --- app-text/bibus/bibus-1.5.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-text/bibus') diff --git a/app-text/bibus/bibus-1.5.2-r2.ebuild b/app-text/bibus/bibus-1.5.2-r2.ebuild index f4de2beb028d..39df9886cf2d 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() { -- cgit v1.2.3-65-gdbad