diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-25 12:59:10 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-25 16:42:42 +0200 |
commit | a57ded9d68d26acc21d85fe507aef8a887fce62d (patch) | |
tree | f7d0e24d65b7da6995322f69998555976d08ed33 /dev-ml | |
parent | dev-ml/ocaml-uri: Remove old (diff) | |
download | gentoo-a57ded9d68d26acc21d85fe507aef8a887fce62d.tar.gz gentoo-a57ded9d68d26acc21d85fe507aef8a887fce62d.tar.bz2 gentoo-a57ded9d68d26acc21d85fe507aef8a887fce62d.zip |
dev-ml/ocaml-uri: add missing ppx_core:= dep
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml')
-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 c7251eb6912c..aa6b02ac68e6 100644 --- a/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild +++ b/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild @@ -18,6 +18,7 @@ RDEPEND=" dev-ml/ocaml-re:= dev-ml/sexplib:= dev-ml/ppx_sexp_conv:= + dev-ml/ppx_core:= dev-ml/stringext:= dev-ml/type-conv:= dev-lang/ocaml:= |