mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-ml/mirage-block-unix: fix dependency on ounit2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -15,20 +15,20 @@ KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/cstruct[lwt]
|
||||
dev-ml/lwt
|
||||
dev-ml/mirage-block
|
||||
dev-ml/rresult
|
||||
dev-ml/uri
|
||||
dev-ml/logs
|
||||
dev-ml/io-page
|
||||
dev-ml/cstruct:=[lwt]
|
||||
dev-ml/lwt:=
|
||||
dev-ml/mirage-block:=
|
||||
dev-ml/rresult:=
|
||||
dev-ml/uri:=
|
||||
dev-ml/logs:=
|
||||
dev-ml/io-page:=
|
||||
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-ml/fmt
|
||||
>=dev-ml/ounit-2
|
||||
dev-ml/ounit2
|
||||
dev-ml/diet
|
||||
)
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user