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/js_of_ocaml/
Date: Wed, 02 Aug 2017 11:23:17
Message-Id: 1501672969.3d67e2fb49473ababb8bf7e5baf6316527fa472f.aballier@gentoo
1 commit: 3d67e2fb49473ababb8bf7e5baf6316527fa472f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 2 10:40:35 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 11:22:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d67e2fb
7
8 dev-ml/js_of_ocaml: add missing dev-ml/ocaml-migrate-parsetree:= dep in 2.8.4
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 .../{js_of_ocaml-2.8.4-r1.ebuild => js_of_ocaml-2.8.4-r2.ebuild} | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r1.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild
16 similarity index 98%
17 rename from dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r1.ebuild
18 rename to dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild
19 index cac8f1d0da5..ebc669e81c2 100644
20 --- a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r1.ebuild
21 +++ b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild
22 @@ -36,6 +36,7 @@ RDEPEND="
23 dev-ml/uchar:=
24 dev-ml/ocamlbuild:=
25 dev-ml/yojson:=
26 + dev-ml/ocaml-migrate-parsetree:=
27 deriving? ( >=dev-ml/deriving-0.6:= )"
28 DEPEND="${RDEPEND}"