From: Lars Wendler Date: Tue, 3 May 2016 04:22:19 +0000 (+0200) Subject: media-gfx/uniconvertor: Don't apply patches twice (bug #581896). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a1a488332284fe3e023cfdf1bf9d83c63330d67e;p=gentoo.git media-gfx/uniconvertor: Don't apply patches twice (bug #581896). Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler --- diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild index 505e9e503302..60562e88fdb3 100644 --- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild +++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild @@ -33,8 +33,6 @@ PATCHES=( ) python_prepare_all() { - default - local wand wand=$(pkg-config --libs MagickWand | sed -e "s:^ *::g" -e "s: *$::g" -e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")