summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-09 11:54:45 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-09 11:54:51 +0100
commit5521a6ec2e8d9026b8b83e53b84968300a3433ea (patch)
treee89fe60bc711b9f7594a400e645342ebdc6c344a /dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild
parentdev-util/yuicompressor: Unbundle jargs and rhino. Fixes bug 571812. (diff)
downloadgentoo-5521a6ec2e8d9026b8b83e53b84968300a3433ea.tar.gz
gentoo-5521a6ec2e8d9026b8b83e53b84968300a3433ea.tar.bz2
gentoo-5521a6ec2e8d9026b8b83e53b84968300a3433ea.zip
dev-ml/ocaml-redis: add missing ounit dep for tests
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild')
-rw-r--r--dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild5
1 files changed, 3 insertions, 2 deletions
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