summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-04-18 18:46:06 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-04-18 18:46:06 +0000
commit35628d06ed7637f59301edcda100fef08a34d441 (patch)
tree02dc3bcbe29bea59e146af95ae32970787d505dd /games-misc
parentx86 stable, bug #409403 (diff)
downloadgentoo-2-35628d06ed7637f59301edcda100fef08a34d441.tar.gz
gentoo-2-35628d06ed7637f59301edcda100fef08a34d441.tar.bz2
gentoo-2-35628d06ed7637f59301edcda100fef08a34d441.zip
Fix sandbox violation when gimp is around (missing dep). Fixes bug#412403. Thanks to hendrik<at>consetetur.de for the patch.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/opengfx/ChangeLog6
-rw-r--r--games-misc/opengfx/opengfx-0.4.4.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog
index 3749e1d3b3ee..c3341761e0bb 100644
--- a/games-misc/opengfx/ChangeLog
+++ b/games-misc/opengfx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-misc/opengfx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.15 2012/04/17 12:35:45 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.16 2012/04/18 18:46:06 scarabeus Exp $
+
+ 18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> opengfx-0.4.4.ebuild:
+ Fix sandbox violation when gimp is around (missing dep). Fixes bug#412403.
+ Thanks to hendrik<at>consetetur.de for the patch.
*opengfx-0.4.4 (17 Apr 2012)
diff --git a/games-misc/opengfx/opengfx-0.4.4.ebuild b/games-misc/opengfx/opengfx-0.4.4.ebuild
index 3882a5928bc4..56c07d546def 100644
--- a/games-misc/opengfx/opengfx-0.4.4.ebuild
+++ b/games-misc/opengfx/opengfx-0.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.1 2012/04/17 12:35:45 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.2 2012/04/18 18:46:06 scarabeus Exp $
EAPI=3
inherit games
@@ -19,6 +19,7 @@ S=${WORKDIR}/${P}-source
DEPEND="
>=games-util/grfcodec-5.1.1
>=games-util/nml-0.2.3
+ media-gfx/gimp
"
RDEPEND=""
@@ -27,6 +28,9 @@ src_prepare() {
}
src_compile() {
+ GIMP2_DIRECTORY="${T}" \
+ GEGL_PATH="${T}" \
+ GEGL_SWAP="${T}" \
emake bundle || die
}