diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:21:57 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:47:37 +0100 |
commit | 9d4e19d24f5dd4599a46f6f920e6d293b0bf3566 (patch) | |
tree | 9293f7f80cd2479462fc8bf28b2f380f965b1373 /dev-ml | |
parent | dev-ml/js_of_ocaml: add ocamlbuild dep (diff) | |
download | gentoo-9d4e19d24f5dd4599a46f6f920e6d293b0bf3566.tar.gz gentoo-9d4e19d24f5dd4599a46f6f920e6d293b0bf3566.tar.bz2 gentoo-9d4e19d24f5dd4599a46f6f920e6d293b0bf3566.zip |
dev-ml/ulex: add ocamlbuild dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ulex/ulex-1.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-ml/ulex/ulex-1.1.ebuild b/dev-ml/ulex/ulex-1.1.ebuild index 5ae79cbebc2f..a86c973b8daa 100644 --- a/dev-ml/ulex/ulex-1.1.ebuild +++ b/dev-ml/ulex/ulex-1.1.ebuild @@ -15,9 +15,10 @@ SLOT="0/${PV}" KEYWORDS="amd64 ppc x86" IUSE="+ocamlopt" -DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] + dev-ml/camlp4:=" +DEPEND="${RDEPEND} + || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )" src_compile() { emake all |