Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/
Date: Tue, 17 Sep 2019 21:01:04
Message-Id: 1568754045.13cf9dfb6ec6a1f25c40a679b53c9cbb3ada0739.mgorny@gentoo
1 commit: 13cf9dfb6ec6a1f25c40a679b53c9cbb3ada0739
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 21:00:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 21:00:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cf9dfb
7
8 dev-ml/llvm-ocaml: Use BDEPEND semi-properly
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild | 3 ++-
13 dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
17 index f8d000150fb..3fd5dbb40b8 100644
18 --- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
19 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
20 @@ -35,8 +35,9 @@ RDEPEND="
21 dev-ml/ocaml-ctypes:=
22 ~sys-devel/llvm-${PV}:=[${LLVM_TARGET_USEDEPS// /,},debug?]
23 !sys-devel/llvm[ocaml(-)]"
24 +DEPEND="${RDEPEND}"
25 # configparser-3.2 breaks the build (3.3 or none at all are fine)
26 -DEPEND="${RDEPEND}
27 +BDEPEND="
28 dev-lang/perl
29 dev-ml/findlib
30 test? ( dev-ml/ounit )
31
32 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild
33 index f41bee81c8c..fad71890f1a 100644
34 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild
35 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild
36 @@ -34,8 +34,9 @@ RDEPEND="
37 dev-ml/ocaml-ctypes:=
38 ~sys-devel/llvm-${PV}:=[${LLVM_TARGET_USEDEPS// /,},debug?]
39 !sys-devel/llvm[ocaml(-)]"
40 +DEPEND="${RDEPEND}"
41 # configparser-3.2 breaks the build (3.3 or none at all are fine)
42 -DEPEND="${RDEPEND}
43 +BDEPEND="
44 dev-lang/perl
45 dev-ml/findlib
46 test? ( dev-ml/ounit )