summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 14:27:45 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 14:27:45 +0200
commit1841d1282a2fd4f19b505fef8761c02d3064f714 (patch)
tree4f849c8155c5cec8e27463198e0bfef9cc7ede7d /app-text
parentx11-libs/smooth: 0.8.71.3 (diff)
downloadbetagarden-1841d1282a2fd4f19b505fef8761c02d3064f714.tar.gz
betagarden-1841d1282a2fd4f19b505fef8761c02d3064f714.tar.bz2
betagarden-1841d1282a2fd4f19b505fef8761c02d3064f714.zip
Drop deprecated parallel python eclass support
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild b/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild
index 683cb01..eefc09b 100644
--- a/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild
+++ b/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild
@@ -28,5 +28,5 @@ S="${WORKDIR}/${PN}"
src_install() {
dodoc AUTHORS
- python_parallel_foreach_impl python_doscript ${PN}
+ python_foreach_impl python_doscript ${PN}
}