From 24e19cc9210d4ca2b56915c034f9196f5d9bef38 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 16 Apr 2022 00:09:56 +0200 Subject: [PATCH] dev-ml/inotify: fix ounit2 dependency Signed-off-by: Alessandro Barbieri --- dev-ml/inotify/inotify-2.3_p20211118.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ml/inotify/inotify-2.3_p20211118.ebuild b/dev-ml/inotify/inotify-2.3_p20211118.ebuild index 1d4a7544b5..6b478199dc 100644 --- a/dev-ml/inotify/inotify-2.3_p20211118.ebuild +++ b/dev-ml/inotify/inotify-2.3_p20211118.ebuild @@ -19,13 +19,13 @@ KEYWORDS="~amd64" IUSE="ocamlopt test" DEPEND=" - dev-ml/base-unix - dev-ml/base-bytes + dev-ml/base-unix:= + dev-ml/base-bytes:= " RDEPEND=" ${DEPEND} test? ( - >=dev-ml/ounit-2 + dev-ml/ounit2 dev-ml/ocaml-fileutils dev-ml/lwt )