commit: 1b06368ee2482401744886086d598032cb78768c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 13:58:28 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 10:27:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b06368e
dev-ml/ppx_here: add missing dep on ppx_optcomp
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-ml/ppx_here/ppx_here-0.9.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-ml/ppx_here/ppx_here-0.9.0.ebuild
b/dev-ml/ppx_here/ppx_here-0.9.0.ebuild
index d85120d5b81..40ed6efdfd8 100644
--- a/dev-ml/ppx_here/ppx_here-0.9.0.ebuild
+++ b/dev-ml/ppx_here/ppx_here-0.9.0.ebuild
@@ -16,6 +16,7 @@ DEPEND="
dev-lang/ocaml:=
dev-ml/ppx_core:=
dev-ml/ppx_driver:=
+ dev-ml/ppx_optcomp:=
dev-ml/ocaml-migrate-parsetree:=
"
RDEPEND="${DEPEND}"