Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/luv/
Date: Tue, 04 Jan 2022 18:10:16
Message-Id: 1641319804.50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd.xgqt@gentoo
1 commit: 50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 18:06:21 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 18:10:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d76280
7
8 dev-ml/luv: do not depend on ocaml >4.13
9
10 Closes: https://bugs.gentoo.org/829798
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
13
14 dev-ml/luv/{luv-0.5.10-r1.ebuild => luv-0.5.10-r2.ebuild} | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ml/luv/luv-0.5.10-r1.ebuild b/dev-ml/luv/luv-0.5.10-r2.ebuild
18 similarity index 86%
19 rename from dev-ml/luv/luv-0.5.10-r1.ebuild
20 rename to dev-ml/luv/luv-0.5.10-r2.ebuild
21 index a50ac52098a3..01d679ae6917 100644
22 --- a/dev-ml/luv/luv-0.5.10-r1.ebuild
23 +++ b/dev-ml/luv/luv-0.5.10-r2.ebuild
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=7
30 +EAPI=8
31
32 inherit dune
33
34 @@ -16,6 +16,7 @@ IUSE="+ocamlopt test"
35 RESTRICT="!test? ( test )"
36
37 RDEPEND="
38 + <=dev-lang/ocaml-4.13:=[ocamlopt?]
39 dev-libs/libuv:=
40 dev-ml/ocaml-ctypes:=
41 dev-ml/result:=