From 5521a6ec2e8d9026b8b83e53b84968300a3433ea Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 9 Feb 2016 11:54:45 +0100 Subject: dev-ml/ocaml-redis: add missing ounit dep for tests Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-ml/ocaml-redis') diff --git a/dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild b/dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild index d3104f08430e..831da4ecbe20 100644 --- a/dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild +++ b/dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild @@ -16,12 +16,13 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="+lwt" -DEPEND=" +RDEPEND=" dev-ml/ocaml-re:= dev-ml/uuidm:= lwt? ( dev-ml/lwt:= ) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit )" src_configure() { oasis_configure_opts="$(use_enable lwt)" oasis_src_configure -- cgit v1.2.3-65-gdbad