Gentoo Archives: gentoo-commits

From: Guillaume Horel <guillaume.horel@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/
Date: Sun, 01 Feb 2015 03:01:23
Message-Id: 1422759410.854cb9e62b84934d29f544503b79f7287fdbd3a9.guillaume_horel@gentoo
1 commit: 854cb9e62b84934d29f544503b79f7287fdbd3a9
2 Author: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 1 02:56:50 2015 +0000
4 Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 1 02:56:50 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=854cb9e6
7
8 sci-mathematics/scilab: prevent access violation
9
10 ---
11 sci-mathematics/scilab/scilab-5.5.1.ebuild | 4 +++-
12 1 file changed, 3 insertions(+), 1 deletion(-)
13
14 diff --git a/sci-mathematics/scilab/scilab-5.5.1.ebuild b/sci-mathematics/scilab/scilab-5.5.1.ebuild
15 index 4b4c70d..95cc93c 100644
16 --- a/sci-mathematics/scilab/scilab-5.5.1.ebuild
17 +++ b/sci-mathematics/scilab/scilab-5.5.1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2015 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Header: $
23
24 @@ -219,6 +219,8 @@ src_configure() {
25 }
26
27 src_compile() {
28 + #bug 531886 need to investigate what's using /proc/mtrr
29 + addpredict /proc/mtrr
30 emake
31 use doc && emake doc
32 }