From: Alexis Ballier Date: Tue, 18 Jul 2017 17:36:39 +0000 (+0200) Subject: dev-ml/ocaml-cstruct: Add missing test deps, bug #625532 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4bb82691aac1c9dbf966658f222bbe390e510bf3;p=gentoo.git dev-ml/ocaml-cstruct: Add missing test deps, bug #625532 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- 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 39b192f16a3c..0acf26078605 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} "