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 BB17C138A1A for ; Sun, 1 Feb 2015 03:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58914E0897; Sun, 1 Feb 2015 03:01:23 +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 0358DE0891 for ; Sun, 1 Feb 2015 03:01:22 +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 0C852340701 for ; Sun, 1 Feb 2015 03:01:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA1A110CB7 for ; Sun, 1 Feb 2015 03:01:20 +0000 (UTC) From: "Guillaume Horel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guillaume Horel" Message-ID: <1422759410.854cb9e62b84934d29f544503b79f7287fdbd3a9.guillaume_horel@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/scilab/scilab-5.5.1.ebuild X-VCS-Directories: sci-mathematics/scilab/ X-VCS-Committer: guillaume_horel X-VCS-Committer-Name: Guillaume Horel X-VCS-Revision: 854cb9e62b84934d29f544503b79f7287fdbd3a9 X-VCS-Branch: master Date: Sun, 1 Feb 2015 03:01:20 +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: 1d6bf6ae-f220-445d-978e-43c473db5ad9 X-Archives-Hash: fd56f221d0b0b5a37377833349e504c6 commit: 854cb9e62b84934d29f544503b79f7287fdbd3a9 Author: Guillaume Horel gmail com> AuthorDate: Sun Feb 1 02:56:50 2015 +0000 Commit: Guillaume Horel gmail com> CommitDate: Sun Feb 1 02:56:50 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=854cb9e6 sci-mathematics/scilab: prevent access violation --- sci-mathematics/scilab/scilab-5.5.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/scilab/scilab-5.5.1.ebuild b/sci-mathematics/scilab/scilab-5.5.1.ebuild index 4b4c70d..95cc93c 100644 --- a/sci-mathematics/scilab/scilab-5.5.1.ebuild +++ b/sci-mathematics/scilab/scilab-5.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -219,6 +219,8 @@ src_configure() { } src_compile() { + #bug 531886 need to investigate what's using /proc/mtrr + addpredict /proc/mtrr emake use doc && emake doc }