summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-11-28 18:08:42 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-11-28 18:08:42 +0000
commit1bebcd2ab02234c582bb8e23ddc3afbe8e9bf35b (patch)
tree5d97e41b7112e9ec8d22e592b69ce6e51b5531e7 /dev-ml/cudf/cudf-0.7.ebuild
parentFix automagic gnutls support (bug #522230). (diff)
downloadhistorical-1bebcd2ab02234c582bb8e23ddc3afbe8e9bf35b.tar.gz
historical-1bebcd2ab02234c582bb8e23ddc3afbe8e9bf35b.tar.bz2
historical-1bebcd2ab02234c582bb8e23ddc3afbe8e9bf35b.zip
update deps for ocaml 4.02
Signed-off-by: aballier@gentoo.org Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
Diffstat (limited to 'dev-ml/cudf/cudf-0.7.ebuild')
-rw-r--r--dev-ml/cudf/cudf-0.7.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/cudf/cudf-0.7.ebuild b/dev-ml/cudf/cudf-0.7.ebuild
index f581513d7a82..25213d23012e 100644
--- a/dev-ml/cudf/cudf-0.7.ebuild
+++ b/dev-ml/cudf/cudf-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v 1.3 2014/11/07 01:08:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v 1.4 2014/11/28 17:47:30 aballier Exp $
EAPI=5
@@ -19,6 +19,7 @@ RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/extlib:=
dev-libs/glib:2
+ || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
"
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )