mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -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"
|
IUSE="ocamlopt test"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-ml/cstruct[lwt]
|
dev-ml/cstruct:=[lwt]
|
||||||
dev-ml/lwt
|
dev-ml/lwt:=
|
||||||
dev-ml/mirage-block
|
dev-ml/mirage-block:=
|
||||||
dev-ml/rresult
|
dev-ml/rresult:=
|
||||||
dev-ml/uri
|
dev-ml/uri:=
|
||||||
dev-ml/logs
|
dev-ml/logs:=
|
||||||
dev-ml/io-page
|
dev-ml/io-page:=
|
||||||
|
|
||||||
"
|
"
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${RDEPEND}
|
${RDEPEND}
|
||||||
test? (
|
test? (
|
||||||
dev-ml/fmt
|
dev-ml/fmt
|
||||||
>=dev-ml/ounit-2
|
dev-ml/ounit2
|
||||||
dev-ml/diet
|
dev-ml/diet
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user