summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-17 23:00:09 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-17 23:00:45 +0200
commit13cf9dfb6ec6a1f25c40a679b53c9cbb3ada0739 (patch)
tree34abbb0dc97869b2142586b743b11c5c1779a8aa /dev-ml
parentapp-portage/cpuid2cpuflags: Bump to v8 (diff)
downloadgentoo-13cf9dfb6ec6a1f25c40a679b53c9cbb3ada0739.tar.gz
gentoo-13cf9dfb6ec6a1f25c40a679b53c9cbb3ada0739.tar.bz2
gentoo-13cf9dfb6ec6a1f25c40a679b53c9cbb3ada0739.zip
dev-ml/llvm-ocaml: Use BDEPEND semi-properly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild3
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild3
2 files changed, 4 insertions, 2 deletions
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
index f8d000150fbb..3fd5dbb40b8e 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
@@ -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 )
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 )