mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-ml/mirage-vnetif: add missing test dependency
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -15,22 +15,22 @@ KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt stack test"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/result
|
||||
dev-ml/lwt
|
||||
dev-ml/mirage-net
|
||||
dev-ml/cstruct
|
||||
dev-ml/ipaddr
|
||||
dev-ml/mirage-profile
|
||||
dev-ml/duration
|
||||
dev-ml/logs
|
||||
dev-ml/result:=
|
||||
dev-ml/lwt:=
|
||||
dev-ml/mirage-net:=
|
||||
dev-ml/cstruct:=
|
||||
dev-ml/ipaddr:=
|
||||
dev-ml/mirage-profile:=
|
||||
dev-ml/duration:=
|
||||
dev-ml/logs:=
|
||||
|
||||
stack? (
|
||||
dev-ml/mirage-time
|
||||
dev-ml/mirage-clock
|
||||
dev-ml/mirage-random
|
||||
dev-ml/tcpip
|
||||
dev-ml/ethernet
|
||||
dev-ml/arp
|
||||
dev-ml/mirage-time:=
|
||||
dev-ml/mirage-clock:=
|
||||
dev-ml/mirage-random:=
|
||||
dev-ml/tcpip:=
|
||||
dev-ml/ethernet:=
|
||||
dev-ml/arp:=
|
||||
)
|
||||
"
|
||||
DEPEND="
|
||||
@@ -38,6 +38,7 @@ DEPEND="
|
||||
test? (
|
||||
dev-ml/alcotest
|
||||
dev-ml/mirage-random-test
|
||||
dev-ml/mirage-clock-unix
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user