commit: 5521a6ec2e8d9026b8b83e53b84968300a3433ea Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 10:54:45 2016 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> 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 <aballier <AT> 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