commit: 91093891ae628230f8c7ac8e7be96ef6954c7e60
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 15:21:59 2016 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 15:22:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91093891
media-gfx/gimp: Address sandbox issue (bug #574038)
Package-Manager: portage-2.2.27
media-gfx/gimp/gimp-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
index 8f860d5..dd6cf2b 100644
--- a/media-gfx/gimp/gimp-9999.ebuild
+++ b/media-gfx/gimp/gimp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -138,6 +138,7 @@ src_configure() {
src_compile() {
addwrite /dev/nvidiactl # bug #569738
+ addwrite /dev/dri/ # bug #574038
gnome2_src_compile
}