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: Fri, 07 Oct 2016 16:28:59
Message-Id: 1475857731.298bd8ceb4e68a3846f864dcc5ee08d1ac5c2519.aballier@gentoo
1 commit: 298bd8ceb4e68a3846f864dcc5ee08d1ac5c2519
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 16:22:17 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 16:28:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298bd8ce
7
8 dev-ml/js_of_ocaml: move ocamlbuild to rdepend and add := dep on it
9
10 Package-Manager: portage-2.3.1
11
12 .../{js_of_ocaml-2.8.2.ebuild => js_of_ocaml-2.8.2-r1.ebuild} | 4 ++--
13 dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.2.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.2-r1.ebuild
17 similarity index 97%
18 rename from dev-ml/js_of_ocaml/js_of_ocaml-2.8.2.ebuild
19 rename to dev-ml/js_of_ocaml/js_of_ocaml-2.8.2-r1.ebuild
20 index 41d79c3..9e1c155 100644
21 --- a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.2.ebuild
22 +++ b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.2-r1.ebuild
23 @@ -37,9 +37,9 @@ RDEPEND="
24 dev-ml/camlp4:=
25 dev-ml/cppo:=
26 dev-ml/uchar:=
27 + dev-ml/ocamlbuild:=
28 deriving? ( >=dev-ml/deriving-0.6:= )"
29 -DEPEND="${RDEPEND}
30 - dev-ml/ocamlbuild"
31 +DEPEND="${RDEPEND}"
32
33 src_configure() {
34 printf "\n\n" >> Makefile.conf
35
36 diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
37 index 41d79c3..9e1c155 100644
38 --- a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
39 +++ b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
40 @@ -37,9 +37,9 @@ RDEPEND="
41 dev-ml/camlp4:=
42 dev-ml/cppo:=
43 dev-ml/uchar:=
44 + dev-ml/ocamlbuild:=
45 deriving? ( >=dev-ml/deriving-0.6:= )"
46 -DEPEND="${RDEPEND}
47 - dev-ml/ocamlbuild"
48 +DEPEND="${RDEPEND}"
49
50 src_configure() {
51 printf "\n\n" >> Makefile.conf