Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/
Date: Sun, 21 Feb 2016 15:23:08
Message-Id: 1456068176.91093891ae628230f8c7ac8e7be96ef6954c7e60.sping@gentoo
1 commit: 91093891ae628230f8c7ac8e7be96ef6954c7e60
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 15:21:59 2016 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 15:22:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91093891
7
8 media-gfx/gimp: Address sandbox issue (bug #574038)
9
10 Package-Manager: portage-2.2.27
11
12 media-gfx/gimp/gimp-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
16 index 8f860d5..dd6cf2b 100644
17 --- a/media-gfx/gimp/gimp-9999.ebuild
18 +++ b/media-gfx/gimp/gimp-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -138,6 +138,7 @@ src_configure() {
26
27 src_compile() {
28 addwrite /dev/nvidiactl # bug #569738
29 + addwrite /dev/dri/ # bug #574038
30 gnome2_src_compile
31 }