commit: a1a488332284fe3e023cfdf1bf9d83c63330d67e
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 04:22:19 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue May 3 04:22:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a48833
media-gfx/uniconvertor: Don't apply patches twice (bug #581896).
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
index 505e9e5..60562e8 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")