summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2017-08-30 01:15:56 +0200
committerGuilherme Amadio <amadio@gentoo.org>2017-08-30 01:16:37 +0200
commitda597a9ae28ca4e1ac6c6789d3ea59d01b15dcca (patch)
tree645088cc0fd6a325a8196c12fb79d17091519870
parentx11-wm/xpra: x86 stable (bug #625714) (diff)
downloadgentoo-da597a9ae28ca4e1ac6c6789d3ea59d01b15dcca.tar.gz
gentoo-da597a9ae28ca4e1ac6c6789d3ea59d01b15dcca.tar.bz2
gentoo-da597a9ae28ca4e1ac6c6789d3ea59d01b15dcca.zip
media-gfx/gimp: prefix support
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--media-gfx/gimp/gimp-2.9.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gimp/gimp-2.9.6.ebuild b/media-gfx/gimp/gimp-2.9.6.ebuild
index 4411c301ad3d..a10239d72f38 100644
--- a/media-gfx/gimp/gimp-2.9.6.ebuild
+++ b/media-gfx/gimp/gimp-2.9.6.ebuild
@@ -103,8 +103,8 @@ src_prepare() {
src_configure() {
local myconf=(
- GEGL=/usr/bin/gegl-0.3
- GDBUS_CODEGEN=/bin/false
+ GEGL=${EPREFIX}/usr/bin/gegl-0.3
+ GDBUS_CODEGEN=${EPREFIX}/bin/false
--enable-default-binary
--disable-silent-rules
@@ -148,7 +148,7 @@ src_compile() {
addwrite /dev/ati/ # bug 589198
addwrite /proc/mtrr # bug 589198
- export XDG_DATA_DIRS=/usr/share # bug 587004
+ export XDG_DATA_DIRS=${EPREFIX}/usr/share # bug 587004
gnome2_src_compile
}