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 /app-benchmarks
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 'app-benchmarks')
-rw-r--r--app-benchmarks/numbench/numbench-0.2.ebuild2
-rw-r--r--app-benchmarks/numbench/numbench-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/numbench/numbench-0.2.ebuild b/app-benchmarks/numbench/numbench-0.2.ebuild
index 264bcdea8..7b5ae7316 100644
--- a/app-benchmarks/numbench/numbench-0.2.ebuild
+++ b/app-benchmarks/numbench/numbench-0.2.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
python_install_all() {
distutils-r1_python_install_all
- python_parallel_foreach_impl python_newscript exec.py numbench
+ python_foreach_impl python_newscript exec.py numbench
insinto /usr/share/numbench/samples
doins samples/*.xml
diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index eb0724a30..bba3a21b1 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
python_install_all() {
distutils-r1_python_install_all
- python_parallel_foreach_impl python_newscript exec.py numbench
+ python_foreach_impl python_newscript exec.py numbench
insinto /usr/share/numbench/samples
doins samples/*.xml