diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-25 13:29:50 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-25 16:42:43 +0200 |
commit | cf57d9b51306412eef45dbea556d2b2845b5f2cb (patch) | |
tree | 7836b290777b24e25764aa18d020f3e3fc6287b9 /dev-ml/ocaml-uri | |
parent | ca613ea8cb0fead7b2fccd580f0dbf2397b97b99 (diff) | |
download | gentoo-cf57d9b51306412eef45dbea556d2b2845b5f2cb.tar.gz gentoo-cf57d9b51306412eef45dbea556d2b2845b5f2cb.tar.xz |
dev-ml/ocaml-uri: add missing dev-ml/ppx_type_conv:= dep
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ocaml-uri')
-rw-r--r-- | dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild index aa6b02ac68e..87566fc4d15 100644 --- a/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild +++ b/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild @@ -19,6 +19,7 @@ RDEPEND=" dev-ml/sexplib:= dev-ml/ppx_sexp_conv:= dev-ml/ppx_core:= + dev-ml/ppx_type_conv:= dev-ml/stringext:= dev-ml/type-conv:= dev-lang/ocaml:= |