mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-ml/tar: fix dependency on ounit2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -18,23 +18,23 @@ KEYWORDS="~amd64"
|
||||
IUSE="mirage ocamlopt test unix"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/camlp-streams
|
||||
dev-ml/cstruct
|
||||
dev-ml/re
|
||||
dev-ml/lwt
|
||||
dev-ml/camlp-streams:=
|
||||
dev-ml/cstruct:=
|
||||
dev-ml/re:=
|
||||
dev-ml/lwt:=
|
||||
|
||||
mirage? (
|
||||
dev-ml/io-page
|
||||
dev-ml/mirage-block
|
||||
dev-ml/mirage-kv
|
||||
dev-ml/ptime
|
||||
dev-ml/io-page:=
|
||||
dev-ml/mirage-block:=
|
||||
dev-ml/mirage-kv:=
|
||||
dev-ml/ptime:=
|
||||
)
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-ml/mirage-block-unix
|
||||
>=dev-ml/ounit-2[lwt]
|
||||
dev-ml/ounit2
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user