diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-25 14:16:38 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-25 16:42:43 +0200 |
commit | 9e55b5dfe76166cc50423762771ff2a496a5692f (patch) | |
tree | d89753a26f0b388becbb8fb90ccff5a727e59bd9 /dev-ml/ppx_custom_printf | |
parent | dev-ml/bin-prot: add missing dep on dev-ml/ppx_type_conv (diff) | |
download | gentoo-9e55b5dfe76166cc50423762771ff2a496a5692f.tar.gz gentoo-9e55b5dfe76166cc50423762771ff2a496a5692f.tar.bz2 gentoo-9e55b5dfe76166cc50423762771ff2a496a5692f.zip |
dev-ml/ppx_custom_printf: add missing ppx_type_conv dep
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ppx_custom_printf')
-rw-r--r-- | dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild index 165ba8d32c59..a10d1aacfe37 100644 --- a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild +++ b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild @@ -17,6 +17,7 @@ DEPEND=" dev-ml/ppx_driver:= dev-ml/ppx_metaquot:= dev-ml/ppx_sexp_conv:= + dev-ml/ppx_type_conv:= dev-ml/ppx_traverse dev-ml/ocaml-migrate-parsetree:= " |