summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-18 19:36:39 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-18 19:36:39 +0200
commit4bb82691aac1c9dbf966658f222bbe390e510bf3 (patch)
tree231f0ebd0ec97e289737ba06d08f9a6e6e94c8f1
parentsci-mathematics/coq: bump to 8.6.1 (diff)
downloadgentoo-4bb82691aac1c9dbf966658f222bbe390e510bf3.tar.gz
gentoo-4bb82691aac1c9dbf966658f222bbe390e510bf3.tar.bz2
gentoo-4bb82691aac1c9dbf966658f222bbe390e510bf3.zip
dev-ml/ocaml-cstruct: Add missing test deps, bug #625532
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild5
1 files changed, 4 insertions, 1 deletions
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}
"