media-gfx/uniconvertor: Added slotdep for imagemagick. Bumped to EAPI-6.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 2 May 2016 07:46:22 +0000 (09:46 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 2 May 2016 07:51:46 +0000 (09:51 +0200)
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild

index c41c976641917d22d5ce6a8826a063be243b61f6..505e9e5033025691a9cf32b0d6abd48334d7d9f9 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -19,7 +19,7 @@ IUSE=""
 
 RDEPEND="
        dev-python/pycairo[${PYTHON_USEDEP}]
-       media-gfx/imagemagick
+       media-gfx/imagemagick:=
        media-libs/lcms:2
        dev-python/pillow[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
@@ -33,8 +33,10 @@ PATCHES=(
        )
 
 python_prepare_all() {
+       default
+
        local wand
-       wand=$(pkg-config --libs Wand | sed -e "s:^ *::g" -e "s: *$::g" -e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")
+       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")
 
        distutils-r1_python_prepare_all