From 4bb82691aac1c9dbf966658f222bbe390e510bf3 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 18 Jul 2017 19:36:39 +0200 Subject: [PATCH] dev-ml/ocaml-cstruct: Add missing test deps, bug #625532 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild index 39b192f16a3ce..0acf26078605a 100644 --- a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild +++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild @@ -34,7 +34,10 @@ RDEPEND=" DEPEND=" dev-ml/jbuilder dev-ml/opam - test? ( dev-ml/ounit ) + test? ( + dev-ml/ounit + ppx? ( dev-ml/ppx_driver dev-ml/ppx_sexp_conv ) + ) ${RDEPEND} "