commit: 9e55b5dfe76166cc50423762771ff2a496a5692f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 12:16:38 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 14:42:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e55b5df
dev-ml/ppx_custom_printf: add missing ppx_type_conv dep
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild | 1 +
1 file changed, 1 insertion(+)
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 165ba8d32c5..a10d1aacfe3 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:=
"