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 47BE41388C0 for ; Sun, 21 Feb 2016 15:23:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2F9221C0D3; Sun, 21 Feb 2016 15:23:05 +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 9B40021C0D3 for ; Sun, 21 Feb 2016 15:23:05 +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 89143340C55 for ; Sun, 21 Feb 2016 15:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 225351068 for ; Sun, 21 Feb 2016 15:23:02 +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: <1456068176.91093891ae628230f8c7ac8e7be96ef6954c7e60.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: 91093891ae628230f8c7ac8e7be96ef6954c7e60 X-VCS-Branch: master Date: Sun, 21 Feb 2016 15:23:02 +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: 7fec55c7-8d69-4df3-9cc2-300d53d1a640 X-Archives-Hash: 70d2f5e9f7061d35f6d8383dca613800 commit: 91093891ae628230f8c7ac8e7be96ef6954c7e60 Author: Sebastian Pipping gentoo org> AuthorDate: Sun Feb 21 15:21:59 2016 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Feb 21 15:22:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91093891 media-gfx/gimp: Address sandbox issue (bug #574038) Package-Manager: portage-2.2.27 media-gfx/gimp/gimp-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 8f860d5..dd6cf2b 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 }