commit: 4bb82691aac1c9dbf966658f222bbe390e510bf3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 17:36:39 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 17:36:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb82691
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 39b192f16a3..0acf2607860 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}
"