Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/luv/
Date: Sun, 09 Jan 2022 21:36:27
Message-Id: 1641764177.b2a62fc551d68063a126d24544b6d9b40f179ea6.sam@gentoo
1 commit: b2a62fc551d68063a126d24544b6d9b40f179ea6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 21:36:10 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 21:36:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a62fc5
7
8 dev-ml/luv: fix ocamlopt dep
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/luv/{luv-0.5.10-r2.ebuild => luv-0.5.10-r3.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ml/luv/luv-0.5.10-r2.ebuild b/dev-ml/luv/luv-0.5.10-r3.ebuild
16 similarity index 86%
17 rename from dev-ml/luv/luv-0.5.10-r2.ebuild
18 rename to dev-ml/luv/luv-0.5.10-r3.ebuild
19 index 4677361b7615..bab7576ca5ce 100644
20 --- a/dev-ml/luv/luv-0.5.10-r2.ebuild
21 +++ b/dev-ml/luv/luv-0.5.10-r3.ebuild
22 @@ -18,12 +18,12 @@ RESTRICT="!test? ( test )"
23 RDEPEND="
24 <=dev-lang/ocaml-4.13:=[ocamlopt?]
25 dev-libs/libuv:=
26 - dev-ml/ocaml-ctypes:=
27 - dev-ml/result:=
28 + dev-ml/ocaml-ctypes:=[ocamlopt?]
29 + dev-ml/result:=[ocamlopt?]
30 "
31 DEPEND="${RDEPEND}"
32 BDEPEND="sys-devel/gnuconfig
33 - test? ( dev-ml/alcotest )"
34 + test? ( dev-ml/alcotest[ocamlopt?] )"
35
36 src_prepare() {
37 default