Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 17 Jun 2021 18:50:01
Message-Id: 1623955746.f498bcbd7c3fd328bd5f66f3286521b6db926f5e.tupone@gentoo
1 commit: f498bcbd7c3fd328bd5f66f3286521b6db926f5e
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 18:49:06 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 18:49:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f498bcbd
7
8 eclass/findlib.eclass: add rdep on ocaml:=
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 eclass/findlib.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/findlib.eclass b/eclass/findlib.eclass
16 index 8eaaccd0ec9..9c19ca96dda 100644
17 --- a/eclass/findlib.eclass
18 +++ b/eclass/findlib.eclass
19 @@ -16,6 +16,7 @@ QA_FLAGS_IGNORED='.*'
20 # From this findlib version, there is proper stublibs support.
21 DEPEND=">=dev-ml/findlib-1.0.4-r1"
22 [[ ${FINDLIB_USE} ]] && DEPEND="${FINDLIB_USE}? ( ${DEPEND} )"
23 +RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
24
25 check_ocamlfind() {
26 if [ ! -x "${EPREFIX}"/usr/bin/ocamlfind ] ; then