projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d405ed
)
dev-ml/ocaml-redis: add missing lwt test dep, bug #625570
author
Alexis Ballier
<aballier@gentoo.org>
Wed, 19 Jul 2017 17:42:49 +0000
(19:42 +0200)
committer
Alexis Ballier
<aballier@gentoo.org>
Wed, 19 Jul 2017 17:43:10 +0000
(19:43 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
patch
|
blob
|
history
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 5133ae440d4ed066aecde0816f532b776f098f01..80c9ad7b4ef0996cedb79cddb31350f2eba92815 100644
(file)
--- 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