From b1598f6ea25fc639bd27ba75079c38effdd9cb96 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 21 Apr 2022 02:04:22 +0200 Subject: [PATCH] dev-ml/cstruct: replace dep on base-* with ocaml Signed-off-by: Alessandro Barbieri --- dev-ml/cstruct/cstruct-6.0.1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-ml/cstruct/cstruct-6.0.1.ebuild b/dev-ml/cstruct/cstruct-6.0.1.ebuild index 5b3f8ce469..d470ca4ec9 100644 --- a/dev-ml/cstruct/cstruct-6.0.1.ebuild +++ b/dev-ml/cstruct/cstruct-6.0.1.ebuild @@ -27,16 +27,12 @@ RDEPEND=" dev-ml/async_unix:= dev-ml/core:= ) - lwt? ( - dev-ml/base-unix:= - dev-ml/lwt:= - ) + lwt? ( dev-ml/lwt:= ) ppx? ( dev-ml/ppxlib:= dev-ml/stdlib-shims:= ) sexp? ( dev-ml/sexplib:= ) - unix? ( dev-ml/base-unix:= ) " DEPEND=" ${RDEPEND}