diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-25 14:05:05 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-25 16:42:43 +0200 |
commit | cdb9cd181b2942523ed1458c681c8fef1f7b05ac (patch) | |
tree | 5c86a73b5a9e9cca73d2d6d60f69e5fc9f26e2b3 /dev-ml/bin-prot | |
parent | dev-ml/ocaml-uri: add missing dev-ml/ppx_type_conv:= dep (diff) | |
download | gentoo-cdb9cd181b2942523ed1458c681c8fef1f7b05ac.tar.gz gentoo-cdb9cd181b2942523ed1458c681c8fef1f7b05ac.tar.bz2 gentoo-cdb9cd181b2942523ed1458c681c8fef1f7b05ac.zip |
dev-ml/bin-prot: add missing dep on dev-ml/ppx_type_conv
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml/bin-prot')
-rw-r--r-- | dev-ml/bin-prot/bin-prot-0.9.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/bin-prot/bin-prot-0.9.0.ebuild b/dev-ml/bin-prot/bin-prot-0.9.0.ebuild index a30c802be449..5c2d435fef0b 100644 --- a/dev-ml/bin-prot/bin-prot-0.9.0.ebuild +++ b/dev-ml/bin-prot/bin-prot-0.9.0.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-ml/ppx_driver:= dev-ml/ppx_fields_conv:= dev-ml/ppx_sexp_conv:= + dev-ml/ppx_type_conv:= dev-ml/ppx_variants_conv:= dev-ml/sexplib:= dev-ml/ocaml-migrate-parsetree:= |