summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2017-08-30 02:48:32 +0200
committerGuilherme Amadio <amadio@gentoo.org>2017-08-30 14:06:15 +0200
commitd6d202576a3667cd73fb32369adfcdfb3a0571e1 (patch)
treeb5d73441aae25bfeee3a9df3911f913d2a337f77 /media-gfx
parentdev-lang/rakudo: remove unused patch (diff)
downloadgentoo-d6d202576a3667cd73fb32369adfcdfb3a0571e1.tar.gz
gentoo-d6d202576a3667cd73fb32369adfcdfb3a0571e1.tar.bz2
gentoo-d6d202576a3667cd73fb32369adfcdfb3a0571e1.zip
media-gfx/uniconvertor: prefix support
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
index 88fd8044ea1d..b859714fe1cf 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -38,6 +38,8 @@ python_prepare_all() {
distutils-r1_python_prepare_all
sed \
+ -e "s@/usr/include@${EPREFIX}/usr/include@" \
+ -e "s@/usr/share@${EPREFIX}/usr/share@" \
-e "/libraries/s:'MagickWand':${wand}:g" \
-i setup.py || die