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/menhir/
Date: Tue, 01 Mar 2016 18:48:02
Message-Id: 1456858057.6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d.aballier@gentoo
1 commit: 6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 18:18:17 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 18:47:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d44d78c
7
8 dev-ml/menhir: add ocamlbuild dep
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/menhir/menhir-20151112.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/menhir/menhir-20151112.ebuild b/dev-ml/menhir/menhir-20151112.ebuild
17 index a8d4107..61fb1e2 100644
18 --- a/dev-ml/menhir/menhir-20151112.ebuild
19 +++ b/dev-ml/menhir/menhir-20151112.ebuild
20 @@ -15,8 +15,9 @@ SLOT="0/${PV}"
21 KEYWORDS="~amd64 ~x86"
22 IUSE="examples +ocamlopt"
23
24 -DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
25 -RDEPEND="${DEPEND}"
26 +RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
27 +DEPEND="${RDEPEND}
28 + dev-ml/ocamlbuild"
29
30 src_configure() {
31 if ! use ocamlopt ; then