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, 28 Oct 2019 21:15:22
Message-Id: 1572297302.e254824ef44e703f59e5f918d44802a7d85d1348.tupone@gentoo
1 commit: e254824ef44e703f59e5f918d44802a7d85d1348
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 21:15:02 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 21:15:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e254824e
7
8 sci-mathematics/alt-ergo: add dev-ml/seq dependency
9
10 Closes: https://bugs.gentoo.org/692252
11 Package-Manager: Portage-2.3.76, Repoman-2.3.16
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
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 52fdd50ec7a..6dc8404508d 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 @@ -19,6 +19,7 @@ DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?]
22 sci-mathematics/psmt2-frontend
23 >=dev-ml/ocplib-simplex-0.4
24 >=dev-ml/menhir-20181006
25 + dev-ml/seq
26 dev-ml/dune"
27 RDEPEND="${DEPEND}"