commit: bd45fa979049f2e07fca358424f2b4a17abe2220 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Aug 4 06:17:15 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Aug 4 06:18:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd45fa97
dev-ml/ocaml-ctypes: fix deps and add dune_pkg_name Closes: https://bugs.gentoo.org/911683 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../{ocaml-ctypes-0.21.1.ebuild => ocaml-ctypes-0.21.1-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) 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 similarity index 93% rename from dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild rename to 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 )"
