summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-08-04 08:17:15 +0200
committerAlfredo Tupone <tupone@gentoo.org>2023-08-04 08:18:04 +0200
commitbd45fa979049f2e07fca358424f2b4a17abe2220 (patch)
treefc04446ec49f593443d12d39d0441b34e5c0b6cc /dev-ml
parentdev-ruby/addressable: add 2.8.5 (diff)
downloadgentoo-bd45fa979049f2e07fca358424f2b4a17abe2220.tar.gz
gentoo-bd45fa979049f2e07fca358424f2b4a17abe2220.tar.bz2
gentoo-bd45fa979049f2e07fca358424f2b4a17abe2220.zip
dev-ml/ocaml-ctypes: fix deps and add dune_pkg_name
Closes: https://bugs.gentoo.org/911683 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild (renamed from dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild
index 0a3d64486722..ee6c6b87ae5a 100644
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild
+++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DUNE_PKG_NAME=ctypes
inherit dune
DESCRIPTION="Library for binding to C libraries using pure OCaml"
@@ -20,6 +21,7 @@ RDEPEND="
>=dev-libs/libffi-3.3_rc0:=
dev-ml/bigarray-compat:=
dev-ml/integers:=
+ dev-ml/dune-configurator:=
"
DEPEND="${RDEPEND}
test? ( dev-ml/ounit2 dev-ml/lwt )"