dev-ml/ocaml-cstruct: Add missing test deps, bug #625532
authorAlexis Ballier <aballier@gentoo.org>
Tue, 18 Jul 2017 17:36:39 +0000 (19:36 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 18 Jul 2017 17:36:39 +0000 (19:36 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild

index 39b192f16a3ce9fe17576b2a87eef0bd0112ba2c..0acf26078605a03e5de10da9a4da2a22f1b5868b 100644 (file)
@@ -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}
 "