From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B050F58973 for ; Tue, 9 Feb 2016 10:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D27421C11E; Tue, 9 Feb 2016 10:55:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE76D21C11E for ; Tue, 9 Feb 2016 10:55:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD208340834 for ; Tue, 9 Feb 2016 10:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4A6A8DF for ; Tue, 9 Feb 2016 10:54:55 +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: <1455015291.5521a6ec2e8d9026b8b83e53b84968300a3433ea.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.2.3.ebuild X-VCS-Directories: dev-ml/ocaml-redis/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5521a6ec2e8d9026b8b83e53b84968300a3433ea X-VCS-Branch: master Date: Tue, 9 Feb 2016 10:54:55 +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: de5be077-a435-4d78-b344-0c0986e44e47 X-Archives-Hash: 6e68178679692204e22104b863b9d833 commit: 5521a6ec2e8d9026b8b83e53b84968300a3433ea Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 9 10:54:45 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 9 10:54:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5521a6ec dev-ml/ocaml-redis: add missing ounit dep for tests Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild b/dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild index d3104f0..831da4e 100644 --- a/dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild +++ b/dev-ml/ocaml-redis/ocaml-redis-0.2.3.ebuild @@ -16,12 +16,13 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="+lwt" -DEPEND=" +RDEPEND=" dev-ml/ocaml-re:= dev-ml/uuidm:= lwt? ( dev-ml/lwt:= ) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit )" src_configure() { oasis_configure_opts="$(use_enable lwt)" oasis_src_configure