From a6da897dd959421eca4a78deee4f55faff97c77b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 22 Oct 2015 11:09:45 +0200 Subject: Drop deprecated python eclass function Parallel support has been removed from pyhton eclasses python_parallel_foreach_impl -> python_foreach_impl Signed-off-by: Justin Lecher --- sci-chemistry/openbabel-python/openbabel-python-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-chemistry/openbabel-python') diff --git a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild index 8de879c1b..69c0acd90 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild @@ -63,7 +63,7 @@ src_configure() { } src_compile() { - python_parallel_foreach_impl cmake-utils_src_make bindings_python + python_foreach_impl cmake-utils_src_make bindings_python } src_test() { -- cgit v1.2.3