From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60748138334 for ; Wed, 29 Aug 2018 16:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F440E07EA; Wed, 29 Aug 2018 16:48:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27F59E07EA for ; Wed, 29 Aug 2018 16:48:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2ECE340D15 for ; Wed, 29 Aug 2018 16:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 682833BE for ; Wed, 29 Aug 2018 16:48:05 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1535561268.86c8544956eac623174b4d541242fe2a08a78611.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/krita/krita-4.0.3.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 86c8544956eac623174b4d541242fe2a08a78611 X-VCS-Branch: master Date: Wed, 29 Aug 2018 16:48:05 +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: 37ced0ed-0a22-4509-b8bc-5e7434636d3f X-Archives-Hash: 884557d9aa62991ee60069a3b97938a3 commit: 86c8544956eac623174b4d541242fe2a08a78611 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 29 16:31:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 29 16:47:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c85449 media-gfx/krita: Need addpredict /dev/dri Closes: https://bugs.gentoo.org/655918 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-gfx/krita/krita-4.0.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-gfx/krita/krita-4.0.3.ebuild b/media-gfx/krita/krita-4.0.3.ebuild index 72fdccfb662..adfd8b17fc2 100644 --- a/media-gfx/krita/krita-4.0.3.ebuild +++ b/media-gfx/krita/krita-4.0.3.ebuild @@ -96,6 +96,10 @@ pkg_setup() { } src_configure() { + # Prevent sandbox violation from FindPyQt5.py module + # See Gentoo-bug 655918 + addpredict /dev/dri + local mycmakeargs=( $(cmake-utils_use_find_package color-management OCIO) $(cmake-utils_use_find_package fftw FFTW3)