diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-01-04 19:06:21 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-01-04 19:10:04 +0100 |
commit | 50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd (patch) | |
tree | 0980a61f3061eca11ba6f510fa38d1307a5af258 /dev-ml/luv | |
parent | dev-libs/libbpf: Stabilize 0.6.0 amd64, #830605 (diff) | |
download | gentoo-50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd.tar.gz gentoo-50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd.tar.bz2 gentoo-50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd.zip |
dev-ml/luv: do not depend on ocaml >4.13
Closes: https://bugs.gentoo.org/829798
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/luv')
-rw-r--r-- | dev-ml/luv/luv-0.5.10-r2.ebuild (renamed from dev-ml/luv/luv-0.5.10-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/luv/luv-0.5.10-r1.ebuild b/dev-ml/luv/luv-0.5.10-r2.ebuild index a50ac52098a3..01d679ae6917 100644 --- a/dev-ml/luv/luv-0.5.10-r1.ebuild +++ b/dev-ml/luv/luv-0.5.10-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit dune @@ -16,6 +16,7 @@ IUSE="+ocamlopt test" RESTRICT="!test? ( test )" RDEPEND=" + <=dev-lang/ocaml-4.13:=[ocamlopt?] dev-libs/libuv:= dev-ml/ocaml-ctypes:= dev-ml/result:= |