commit: 91f36308f8226f775c5fb4258a9600e45a0779c4
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 07:46:22 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon May 2 07:51:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f36308
media-gfx/uniconvertor: Added slotdep for imagemagick. Bumped to EAPI-6.
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 | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
index c41c976..505e9e5 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
@@ -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