Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-redis/
Date: Wed, 19 Jul 2017 17:43:17
Message-Id: 1500486190.9e7e22aa543b3b7f30c9b54c1e726c9721f39228.aballier@gentoo
1 commit: 9e7e22aa543b3b7f30c9b54c1e726c9721f39228
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 19 17:42:49 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 19 17:43:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7e22aa
7
8 dev-ml/ocaml-redis: add missing lwt test dep, bug #625570
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild b/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
16 index 5133ae440d4..80c9ad7b4ef 100644
17 --- a/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
18 +++ b/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
19 @@ -22,7 +22,7 @@ RDEPEND="
20 DEPEND="${RDEPEND}
21 dev-ml/jbuilder
22 dev-ml/opam
23 - test? ( dev-ml/ounit dev-db/redis )"
24 + test? ( dev-ml/ounit dev-db/redis dev-ml/lwt )"
25
26 src_compile() {
27 jbuilder build -p redis || die