diff options
Diffstat (limited to 'dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 index f41bee81c8c3..fad71890f1af 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild @@ -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 ) |