diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-13 14:30:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-13 14:30:42 +0200 |
commit | a9eb836293f9715b46862a78725b4d25211cb32e (patch) | |
tree | 15f98c2aa6dccf4831676478aa3a9a8016608471 /dev-ml | |
parent | dev-ml/ocaml-ctypes: bump to 0.9.2 (diff) | |
download | gentoo-a9eb836293f9715b46862a78725b4d25211cb32e.tar.gz gentoo-a9eb836293f9715b46862a78725b4d25211cb32e.tar.bz2 gentoo-a9eb836293f9715b46862a78725b4d25211cb32e.zip |
dev-ml/ocaml-extunix: add missing dep on camlp4; bug #593642
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |