From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 506AD1384B4 for ; Thu, 31 Dec 2015 18:47:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C527521C005; Thu, 31 Dec 2015 18:47:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72FB921C005 for ; Thu, 31 Dec 2015 18:47:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67B83340961 for ; Thu, 31 Dec 2015 18:47:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB450173 for ; Thu, 31 Dec 2015 18:47:11 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1451587610.6cef344c45b249d0ab3044b572306ec4db431159.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 6cef344c45b249d0ab3044b572306ec4db431159 X-VCS-Branch: master Date: Thu, 31 Dec 2015 18:47:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e5bc54ed-d045-4fc1-8298-66c042e5d790 X-Archives-Hash: d958038908564ee5eefa09d1d40de210 commit: 6cef344c45b249d0ab3044b572306ec4db431159 Author: Sebastian Pipping gentoo org> AuthorDate: Thu Dec 31 18:46:50 2015 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Dec 31 18:46:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cef344c media-gfx/gimp: Fix compile for NVidia OpenCL (bug #569738) Package-Manager: portage-2.2.26 media-gfx/gimp/gimp-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index bdcb5f6..8f860d5 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -136,6 +136,11 @@ src_configure() { GEGL=/usr/bin/gegl-0.3 gnome2_src_configure } +src_compile() { + addwrite /dev/nvidiactl # bug #569738 + gnome2_src_compile +} + _clean_up_locales() { einfo "Cleaning up locales..." for lang in ${LANGS}; do