commit: 6f6a0bd96414fa506a0cd8adabe5cf3c13498b11 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Oct 17 13:44:56 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Oct 17 13:44:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6a0bd9
dev-ml/luv: new ctypes fixes signature Closes: https://bugs.gentoo.org/941641 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/luv/{luv-0.5.14.ebuild => luv-0.5.14-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/luv/luv-0.5.14.ebuild b/dev-ml/luv/luv-0.5.14-r1.ebuild similarity index 95% rename from dev-ml/luv/luv-0.5.14.ebuild rename to dev-ml/luv/luv-0.5.14-r1.ebuild index 18892e5e1b94..5694e5cfce73 100644 --- a/dev-ml/luv/luv-0.5.14.ebuild +++ b/dev-ml/luv/luv-0.5.14-r1.ebuild @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libuv:= - dev-ml/ocaml-ctypes:=[ocamlopt?] + >=dev-ml/ocaml-ctypes-0.23:=[ocamlopt?] dev-ml/result:=[ocamlopt?] dev-ml/integers:=[ocamlopt?] "
