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 --- sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-chemistry/pymol-plugins-msms') diff --git a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild b/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild index d90a27f98ca8..503c2e8362eb 100644 --- a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild +++ b/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild @@ -37,6 +37,6 @@ src_prepare() { src_install() { python_moduleinto pmg_tk/startup - python_parallel_foreach_impl python_domodule ${P}.py - python_parallel_foreach_impl python_optimize + python_foreach_impl python_domodule ${P}.py + python_foreach_impl python_optimize } -- cgit v1.2.3-65-gdbad