diff options
-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:= |