summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2016-02-21 16:21:59 +0100
committerSebastian Pipping <sping@gentoo.org>2016-02-21 16:22:56 +0100
commit91093891ae628230f8c7ac8e7be96ef6954c7e60 (patch)
tree5fb28e8954cb594a6dbb567a43b55c74c8f38b6f /media-gfx/gimp/gimp-9999.ebuild
parentapp-misc/khal: Initial commit new package bug #550998 (diff)
downloadgentoo-91093891ae628230f8c7ac8e7be96ef6954c7e60.tar.gz
gentoo-91093891ae628230f8c7ac8e7be96ef6954c7e60.tar.bz2
gentoo-91093891ae628230f8c7ac8e7be96ef6954c7e60.zip
media-gfx/gimp: Address sandbox issue (bug #574038)
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-gfx/gimp/gimp-9999.ebuild')
-rw-r--r--media-gfx/gimp/gimp-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
index 8f860d580537..dd6cf2b53f81 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
}