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: Thu, 31 Dec 2015 18:47:24
Message-Id: 1451587610.6cef344c45b249d0ab3044b572306ec4db431159.sping@gentoo
1 commit: 6cef344c45b249d0ab3044b572306ec4db431159
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 18:46:50 2015 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 18:46:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cef344c
7
8 media-gfx/gimp: Fix compile for NVidia OpenCL (bug #569738)
9
10 Package-Manager: portage-2.2.26
11
12 media-gfx/gimp/gimp-9999.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
16 index bdcb5f6..8f860d5 100644
17 --- a/media-gfx/gimp/gimp-9999.ebuild
18 +++ b/media-gfx/gimp/gimp-9999.ebuild
19 @@ -136,6 +136,11 @@ src_configure() {
20 GEGL=/usr/bin/gegl-0.3 gnome2_src_configure
21 }
22
23 +src_compile() {
24 + addwrite /dev/nvidiactl # bug #569738
25 + gnome2_src_compile
26 +}
27 +
28 _clean_up_locales() {
29 einfo "Cleaning up locales..."
30 for lang in ${LANGS}; do