summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-11-28 18:05:22 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-11-28 18:05:22 +0000
commitfef1a3bf10da8d730499d4e2149c9204aea1b255 (patch)
treedfd429222b54902134741bb17c9b12ad53ed8a61 /dev-ml/async
parentupdate deps for ocaml 4.02 (diff)
downloadgentoo-2-fef1a3bf10da8d730499d4e2149c9204aea1b255.tar.gz
gentoo-2-fef1a3bf10da8d730499d4e2149c9204aea1b255.tar.bz2
gentoo-2-fef1a3bf10da8d730499d4e2149c9204aea1b255.zip
update deps for ocaml 4.02
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/async')
-rw-r--r--dev-ml/async/ChangeLog5
-rw-r--r--dev-ml/async/async-111.25.00.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ml/async/ChangeLog b/dev-ml/async/ChangeLog
index 2f05c3374207..5e867350df7d 100644
--- a/dev-ml/async/ChangeLog
+++ b/dev-ml/async/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/async
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v 1.12 2014/11/10 08:38:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v 1.13 2014/11/28 18:05:22 aballier Exp $
+
+ 28 Nov 2014; Alexis Ballier <aballier@gentoo.org> async-111.25.00.ebuild:
+ update deps for ocaml 4.02
*async-111.25.00 (10 Nov 2014)
diff --git a/dev-ml/async/async-111.25.00.ebuild b/dev-ml/async/async-111.25.00.ebuild
index cf3b173f1ed5..9c6bda623a43 100644
--- a/dev-ml/async/async-111.25.00.ebuild
+++ b/dev-ml/async/async-111.25.00.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/async/async-111.25.00.ebuild,v 1.1 2014/11/10 08:38:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/async-111.25.00.ebuild,v 1.2 2014/11/28 18:05:22 aballier Exp $
EAPI="5"
@@ -24,6 +24,7 @@ RDEPEND=">=dev-lang/ocaml-4.00.0:=
>=dev-ml/async_kernel-${PV}:=
>=dev-ml/async_unix-${PV}:=
>=dev-ml/async_extra-${PV}:=
+ || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.0.2 dev-ml/core_bench )"