Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alt-ergo/
Date: Mon, 25 May 2020 17:01:44
Message-Id: 1590426082.5adc972cfb26d6e8e3bd18c8c12b7adda31739a5.tupone@gentoo
1 commit: 5adc972cfb26d6e8e3bd18c8c12b7adda31739a5
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 17:01:22 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 17:01:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adc972c
7
8 sci-mathematics/alt-ergo: fix dependency
9
10 Closes: https://bugs.gentoo.org/716416
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 9 ++++++++-
15 1 file changed, 8 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
18 index 2f9029c56d0..b7f3fb22add 100644
19 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
20 +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
21 @@ -20,11 +20,18 @@ DEPEND=">=dev-lang/ocaml-4.09.0[ocamlopt?]
22 >=dev-ml/ocplib-simplex-0.4
23 >=dev-ml/menhir-20181006
24 dev-ml/seq
25 - dev-ml/dune"
26 + dev-ml/dune
27 + dev-ml/num"
28 RDEPEND="${DEPEND}"
29
30 DOCS=( CHANGES INSTALL.md README.md )
31
32 +QA_FLAGS_IGNORED=(
33 + /usr/lib*/alt-ergo-parsers/AltErgoParsers.cmxs
34 + /usr/lib*/alt-ergo-lib/AltErgoLib.cmxs
35 + /usr/bin/alt-ergo
36 +)
37 +
38 src_prepare() {
39 default
40 find "${S}" -name \*.ml | xargs sed -i "s:Pervasives:Stdlib:g" || die