commit: b1598f6ea25fc639bd27ba75079c38effdd9cb96
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Apr 21 00:04:22 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Apr 21 00:04:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1598f6e
dev-ml/cstruct: replace dep on base-* with ocaml
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
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 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}