From a9eb836293f9715b46862a78725b4d25211cb32e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 13 Sep 2016 14:30:31 +0200 Subject: dev-ml/ocaml-extunix: add missing dep on camlp4; bug #593642 Package-Manager: portage-2.3.0 --- dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-ml') diff --git a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild index f5fe2194897e..38235e658b11 100644 --- a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild +++ b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild @@ -18,7 +18,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -RDEPEND="" +RDEPEND="dev-ml/camlp4:=" DEPEND="${RDEPEND} test? ( dev-ml/ounit )" DOCS=( "README.md" "TODO" "CHANGES.txt" ) -- cgit v1.2.3-65-gdbad