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 B9F1F139694 for ; Sat, 11 Feb 2017 21:25:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9D9FE0C48; Sat, 11 Feb 2017 21:25:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B289DE0C3F for ; Sat, 11 Feb 2017 21:25:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 88E38341134 for ; Sat, 11 Feb 2017 21:25:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF4E04484 for ; Sat, 11 Feb 2017 21:25:55 +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: <1486846871.c6ae7f86ed58c4da14b3e3569b224d29ceed8c7f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/cantor/cantor-16.12.49.9999.ebuild kde-apps/cantor/cantor-9999.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c6ae7f86ed58c4da14b3e3569b224d29ceed8c7f X-VCS-Branch: master Date: Sat, 11 Feb 2017 21:25:55 +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: d45c10e0-422b-4f2e-a6b3-98ba9697c249 X-Archives-Hash: 03f8dab41018249ff54f942177f91819 commit: c6ae7f86ed58c4da14b3e3569b224d29ceed8c7f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 11 21:01:11 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 11 21:01:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6ae7f86 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.49.9999.ebuild | 2 ++ kde-apps/cantor/cantor-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-apps/cantor/cantor-16.12.49.9999.ebuild b/kde-apps/cantor/cantor-16.12.49.9999.ebuild index 1d2916dc6a..8952906c50 100644 --- a/kde-apps/cantor/cantor-16.12.49.9999.ebuild +++ b/kde-apps/cantor/cantor-16.12.49.9999.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) diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild index 1d2916dc6a..8952906c50 100644 --- a/kde-apps/cantor/cantor-9999.ebuild +++ b/kde-apps/cantor/cantor-9999.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)