From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67893139694 for ; Wed, 19 Jul 2017 17:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA4FCE0E62; Wed, 19 Jul 2017 17:43:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6E72E0E62 for ; Wed, 19 Jul 2017 17:43:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D240B3417BD for ; Wed, 19 Jul 2017 17:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E7BB746A for ; Wed, 19 Jul 2017 17:43:14 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1500486190.9e7e22aa543b3b7f30c9b54c1e726c9721f39228.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-redis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild X-VCS-Directories: dev-ml/ocaml-redis/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9e7e22aa543b3b7f30c9b54c1e726c9721f39228 X-VCS-Branch: master Date: Wed, 19 Jul 2017 17:43:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db7e72c0-50b6-4bab-9189-46c19f24fdd5 X-Archives-Hash: 96a7852eb0c876e9c604b20a4c5950e6 commit: 9e7e22aa543b3b7f30c9b54c1e726c9721f39228 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 19 17:42:49 2017 +0000 Commit: Alexis Ballier gentoo 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