summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-06-17 20:49:06 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-06-17 20:49:06 +0200
commitf498bcbd7c3fd328bd5f66f3286521b6db926f5e (patch)
tree42915412230e2fd77b92431e8a4af6ae9a2c17e2
parentnet-analyzer/openbsd-netcat-1.195-r1: fix build for musl and Darwin (diff)
downloadgentoo-f498bcbd.tar.gz
gentoo-f498bcbd.tar.bz2
gentoo-f498bcbd.zip
eclass/findlib.eclass: add rdep on ocaml:=
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--eclass/findlib.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/findlib.eclass b/eclass/findlib.eclass
index 8eaaccd0ec96..9c19ca96dda1 100644
--- a/eclass/findlib.eclass
+++ b/eclass/findlib.eclass
@@ -16,6 +16,7 @@ QA_FLAGS_IGNORED='.*'
# From this findlib version, there is proper stublibs support.
DEPEND=">=dev-ml/findlib-1.0.4-r1"
[[ ${FINDLIB_USE} ]] && DEPEND="${FINDLIB_USE}? ( ${DEPEND} )"
+RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
check_ocamlfind() {
if [ ! -x "${EPREFIX}"/usr/bin/ocamlfind ] ; then