Skip to content

Commit

Permalink
dev-ml/ocaml-redis: add missing lwt test dep, bug #625570
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
aballier committed Jul 19, 2017
1 parent 9d405ed commit 9e7e22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e7e22a

Please sign in to comment.