diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-06-17 20:49:06 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-06-17 20:49:06 +0200 |
commit | f498bcbd7c3fd328bd5f66f3286521b6db926f5e (patch) | |
tree | 42915412230e2fd77b92431e8a4af6ae9a2c17e2 /eclass/findlib.eclass | |
parent | net-analyzer/openbsd-netcat-1.195-r1: fix build for musl and Darwin (diff) | |
download | gentoo-f498bcbd7c3fd328bd5f66f3286521b6db926f5e.tar.gz gentoo-f498bcbd7c3fd328bd5f66f3286521b6db926f5e.tar.bz2 gentoo-f498bcbd7c3fd328bd5f66f3286521b6db926f5e.zip |
eclass/findlib.eclass: add rdep on ocaml:=
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'eclass/findlib.eclass')
-rw-r--r-- | eclass/findlib.eclass | 1 |
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 |