diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-10-17 15:44:56 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-10-17 15:44:56 +0200 |
commit | 6f6a0bd96414fa506a0cd8adabe5cf3c13498b11 (patch) | |
tree | 74f5def09017d85aa6618f83ae9b77100c5c513e /dev-ml/luv | |
parent | dev-ml/ocaml-ctypes: add 0.23.0 (diff) | |
download | gentoo-6f6a0bd96414fa506a0cd8adabe5cf3c13498b11.tar.gz gentoo-6f6a0bd96414fa506a0cd8adabe5cf3c13498b11.tar.bz2 gentoo-6f6a0bd96414fa506a0cd8adabe5cf3c13498b11.zip |
dev-ml/luv: new ctypes fixes signature
Closes: https://bugs.gentoo.org/941641
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/luv')
-rw-r--r-- | dev-ml/luv/luv-0.5.14-r1.ebuild (renamed from dev-ml/luv/luv-0.5.14.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/luv/luv-0.5.14.ebuild b/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?] " |