aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 11:09:45 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 11:09:45 +0200
commita6da897dd959421eca4a78deee4f55faff97c77b (patch)
tree6a0a4b869eb19905c96ddbf4d4abe37b655f76f7 /sci-chemistry/openbabel-python/openbabel-python-9999.ebuild
parentdev-python/matplotlib2tikz: Version bump to 0.2.4 (diff)
downloadsci-a6da897dd959421eca4a78deee4f55faff97c77b.tar.gz
sci-a6da897dd959421eca4a78deee4f55faff97c77b.tar.bz2
sci-a6da897dd959421eca4a78deee4f55faff97c77b.zip
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 <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/openbabel-python/openbabel-python-9999.ebuild')
-rw-r--r--sci-chemistry/openbabel-python/openbabel-python-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {