dev-ml/llvm-ocaml: Use BDEPEND semi-properly

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-09-17 23:00:09 +02:00
parent 41595b06df
commit 13cf9dfb6e
2 changed files with 4 additions and 2 deletions

View File

@@ -35,8 +35,9 @@ RDEPEND="
dev-ml/ocaml-ctypes:=
~sys-devel/llvm-${PV}:=[${LLVM_TARGET_USEDEPS// /,},debug?]
!sys-devel/llvm[ocaml(-)]"
DEPEND="${RDEPEND}"
# configparser-3.2 breaks the build (3.3 or none at all are fine)
DEPEND="${RDEPEND}
BDEPEND="
dev-lang/perl
dev-ml/findlib
test? ( dev-ml/ounit )

View File

@@ -34,8 +34,9 @@ RDEPEND="
dev-ml/ocaml-ctypes:=
~sys-devel/llvm-${PV}:=[${LLVM_TARGET_USEDEPS// /,},debug?]
!sys-devel/llvm[ocaml(-)]"
DEPEND="${RDEPEND}"
# configparser-3.2 breaks the build (3.3 or none at all are fine)
DEPEND="${RDEPEND}
BDEPEND="
dev-lang/perl
dev-ml/findlib
test? ( dev-ml/ounit )