From be29b929255ca0da20cbd32c29a5d251acaf7cb3 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 15 Apr 2022 23:59:06 +0200 Subject: [PATCH] dev-ml/tcpip: add missing test dependency Signed-off-by: Alessandro Barbieri --- dev-ml/tcpip/tcpip-7.1.0.ebuild | 37 +++++++++++++++++---------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/dev-ml/tcpip/tcpip-7.1.0.ebuild b/dev-ml/tcpip/tcpip-7.1.0.ebuild index 5d3645a7e9..9cbf52d3ab 100644 --- a/dev-ml/tcpip/tcpip-7.1.0.ebuild +++ b/dev-ml/tcpip/tcpip-7.1.0.ebuild @@ -17,24 +17,24 @@ KEYWORDS="~amd64" IUSE="ocamlopt test" RDEPEND=" - dev-ml/cstruct[lwt,ppx] - dev-ml/mirage-net - dev-ml/mirage-clock - dev-ml/mirage-random - dev-ml/mirage-time - dev-ml/ipaddr[macaddr-cstruct] - dev-ml/mirage-profile - dev-ml/fmt - dev-ml/lwt - dev-ml/lwt-dllist - dev-ml/logs - dev-ml/duration - dev-ml/randomconv - dev-ml/ethernet - dev-ml/arp - dev-ml/mirage-flow - dev-ml/lru - dev-ml/metrics + dev-ml/cstruct:=[lwt,ppx] + dev-ml/mirage-net:= + dev-ml/mirage-clock:= + dev-ml/mirage-random:= + dev-ml/mirage-time:= + dev-ml/ipaddr:=[macaddr-cstruct] + dev-ml/mirage-profile:= + dev-ml/fmt:= + dev-ml/lwt:= + dev-ml/lwt-dllist:= + dev-ml/logs:= + dev-ml/duration:= + dev-ml/randomconv:= + dev-ml/ethernet:= + dev-ml/arp:= + dev-ml/mirage-flow:= + dev-ml/lru:= + dev-ml/metrics:= " DEPEND=" ${RDEPEND} @@ -43,6 +43,7 @@ DEPEND=" dev-ml/alcotest dev-ml/pcap-format dev-ml/mirage-clock + dev-ml/mirage-clock-unix dev-ml/mirage-random-test dev-ml/ipaddr[cstruct] )