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 F2E3F139695 for ; Sat, 11 Feb 2017 23:35:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2139EE0D99; Sat, 11 Feb 2017 23:35:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F287EE0D08 for ; Sat, 11 Feb 2017 23:35:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86FF733FECD for ; Sat, 11 Feb 2017 23:35:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E720449D for ; Sat, 11 Feb 2017 23:35:03 +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: <1486856084.91df9cfebbc0ac58b663856f13a087305738c4a7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/cantor/cantor-16.12.2.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 91df9cfebbc0ac58b663856f13a087305738c4a7 X-VCS-Branch: master Date: Sat, 11 Feb 2017 23:35:03 +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: 42888594-902e-4c79-8fb8-8c74aee4de58 X-Archives-Hash: 79648d9e5b3013890edf92f47a6d9422 commit: 91df9cfebbc0ac58b663856f13a087305738c4a7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 11 21:01:11 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 11 23:34:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91df9cfe kde-apps/cantor: Fix sandbox violation Gentoo-bug: 602894 Thanks-to: Vadim A. Misbakh-Soloviov Package-Manager: portage-2.3.3 kde-apps/cantor/cantor-16.12.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/cantor/cantor-16.12.2.ebuild b/kde-apps/cantor/cantor-16.12.2.ebuild index ffa0d358d8..96540cab7f 100644 --- a/kde-apps/cantor/cantor-16.12.2.ebuild +++ b/kde-apps/cantor/cantor-16.12.2.ebuild @@ -84,6 +84,8 @@ src_prepare() { } src_configure() { + use julia && addpredict /proc/self/mem # bug 602894 + local mycmakeargs=( $(cmake-utils_use_find_package analitza Analitza5) $(cmake-utils_use_find_package julia Julia)