diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 11:11:40 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 13:22:37 +0200 |
commit | baa6620d1e5418ea975f875735f0ed9a8770fca9 (patch) | |
tree | b0e92642a9c66ccbc202d2be9ce725b960061826 /dev-ml | |
parent | dev-ml/ocaml-migrate-parsetree: bump to 1.0.2 (diff) | |
download | gentoo-baa6620d1e5418ea975f875735f0ed9a8770fca9.tar.gz gentoo-baa6620d1e5418ea975f875735f0ed9a8770fca9.tar.bz2 gentoo-baa6620d1e5418ea975f875735f0ed9a8770fca9.zip |
dev-ml/ppx_core: add missing dev-ml/ocaml-migrate-parsetree:= dep
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_core/ppx_core-0.9.0-r1.ebuild (renamed from dev-ml/ppx_core/ppx_core-0.9.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/ppx_core/ppx_core-0.9.0.ebuild b/dev-ml/ppx_core/ppx_core-0.9.0-r1.ebuild index 0c4f8defb257..be04409bc0fa 100644 --- a/dev-ml/ppx_core/ppx_core-0.9.0.ebuild +++ b/dev-ml/ppx_core/ppx_core-0.9.0-r1.ebuild @@ -19,6 +19,7 @@ DEPEND=" dev-ml/ppx_ast:= dev-ml/ppx_traverse_builtins:= dev-ml/stdio:= + dev-ml/ocaml-migrate-parsetree:= " RDEPEND="${DEPEND}" DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder" |