commit: 9e7e22aa543b3b7f30c9b54c1e726c9721f39228
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 17:42:49 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 17:43:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7e22aa
dev-ml/ocaml-redis: add missing lwt test dep, bug #625570
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
b/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
index 5133ae440d4..80c9ad7b4ef 100644
--- a/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
+++ b/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-ml/jbuilder
dev-ml/opam
- test? ( dev-ml/ounit dev-db/redis )"
+ test? ( dev-ml/ounit dev-db/redis dev-ml/lwt )"
src_compile() {
jbuilder build -p redis || die