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 /media-gfx
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 'media-gfx')
-rw-r--r--media-gfx/gimpbox/gimpbox-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/gimpbox/gimpbox-9999.ebuild b/media-gfx/gimpbox/gimpbox-9999.ebuild
index 4c3b7ee..1341d71 100644
--- a/media-gfx/gimpbox/gimpbox-9999.ebuild
+++ b/media-gfx/gimpbox/gimpbox-9999.ebuild
@@ -30,5 +30,5 @@ RDEPEND="${DEPEND}
S=${WORKDIR}/hg
src_install() {
- python_parallel_foreach_impl python_newscript gimpbox.py gimpbox
+ python_foreach_impl python_newscript gimpbox.py gimpbox
}