commit: be29b929255ca0da20cbd32c29a5d251acaf7cb3
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Apr 15 21:59:06 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Apr 15 22:46:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be29b929
dev-ml/tcpip: add missing test dependency
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
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 5d3645a7e..9cbf52d3a 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]
)