Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/atd/
Date: Sun, 02 Apr 2017 08:39:22
Message-Id: 1491122284.f0052ee99fb6892518b5f4637764a2d19900e44b.aballier@gentoo
1 commit: f0052ee99fb6892518b5f4637764a2d19900e44b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 22:32:48 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 08:38:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0052ee9
7
8 dev-ml/atd: Add missin menhir dep, bug #614442
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/atd/atd-1.2.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-ml/atd/atd-1.2.0.ebuild b/dev-ml/atd/atd-1.2.0.ebuild
16 index fa19f7ffc25..8f343658f39 100644
17 --- a/dev-ml/atd/atd-1.2.0.ebuild
18 +++ b/dev-ml/atd/atd-1.2.0.ebuild
19 @@ -17,6 +17,7 @@ IUSE="+ocamlopt"
20 DEPEND="
21 dev-lang/ocaml:=[ocamlopt?]
22 dev-ml/easy-format:=[ocamlopt?]
23 + dev-ml/menhir:=[ocamlopt?]
24 "
25 RDEPEND="${DEPEND}"