media-gfx/gimp: Address sandbox issue (bug #574038)
authorSebastian Pipping <sping@gentoo.org>
Sun, 21 Feb 2016 15:21:59 +0000 (16:21 +0100)
committerSebastian Pipping <sping@gentoo.org>
Sun, 21 Feb 2016 15:22:56 +0000 (16:22 +0100)
Package-Manager: portage-2.2.27

media-gfx/gimp/gimp-9999.ebuild

index 8f860d580537ae54edbd5a50fc2878f178401a7f..dd6cf2b53f814670008e54177f3f395d958432b9 100644 (file)
@@ -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
 }