Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_custom_printf/
Date: Sun, 25 Jun 2017 14:43:13
Message-Id: 1498401763.9e55b5dfe76166cc50423762771ff2a496a5692f.aballier@gentoo
1 commit: 9e55b5dfe76166cc50423762771ff2a496a5692f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 25 12:16:38 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 25 14:42:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e55b5df
7
8 dev-ml/ppx_custom_printf: add missing ppx_type_conv dep
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 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
16 index 165ba8d32c5..a10d1aacfe3 100644
17 --- a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild
18 +++ b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild
19 @@ -17,6 +17,7 @@ DEPEND="
20 dev-ml/ppx_driver:=
21 dev-ml/ppx_metaquot:=
22 dev-ml/ppx_sexp_conv:=
23 + dev-ml/ppx_type_conv:=
24 dev-ml/ppx_traverse
25 dev-ml/ocaml-migrate-parsetree:=
26 "