aboutsummaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-21 02:04:22 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-21 02:04:22 +0200
commitb1598f6ea25fc639bd27ba75079c38effdd9cb96 (patch)
tree9b5cfba86bcbe7349a252661c9c25289ccee3e0a /dev-ml
parentdev-ml/inotify: update HOMEPAGE (diff)
downloadguru-b1598f6ea25fc639bd27ba75079c38effdd9cb96.tar.gz
guru-b1598f6ea25fc639bd27ba75079c38effdd9cb96.tar.bz2
guru-b1598f6ea25fc639bd27ba75079c38effdd9cb96.zip
dev-ml/cstruct: replace dep on base-* with ocaml
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/cstruct/cstruct-6.0.1.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-ml/cstruct/cstruct-6.0.1.ebuild b/dev-ml/cstruct/cstruct-6.0.1.ebuild
index 5b3f8ce46..d470ca4ec 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}