diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-18 19:36:39 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-18 19:36:39 +0200 |
commit | 4bb82691aac1c9dbf966658f222bbe390e510bf3 (patch) | |
tree | 231f0ebd0ec97e289737ba06d08f9a6e6e94c8f1 | |
parent | sci-mathematics/coq: bump to 8.6.1 (diff) | |
download | gentoo-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.ebuild | 5 |
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} " |