summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-11-28 17:54:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-11-28 17:54:07 +0000
commit832e2ba6e44de450e9472304b350da199be28b40 (patch)
tree5331de4abc8b651dd99468f8a9ce045da59b5a63 /dev-ml/custom_printf
parentCleanup old. (diff)
downloadgentoo-2-832e2ba6e44de450e9472304b350da199be28b40.tar.gz
gentoo-2-832e2ba6e44de450e9472304b350da199be28b40.tar.bz2
gentoo-2-832e2ba6e44de450e9472304b350da199be28b40.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/custom_printf')
-rw-r--r--dev-ml/custom_printf/ChangeLog6
-rw-r--r--dev-ml/custom_printf/custom_printf-111.25.00.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ml/custom_printf/ChangeLog b/dev-ml/custom_printf/ChangeLog
index 7d4c75cb34a3..76087096665b 100644
--- a/dev-ml/custom_printf/ChangeLog
+++ b/dev-ml/custom_printf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/custom_printf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.6 2014/10/30 17:16:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.7 2014/11/28 17:54:07 aballier Exp $
+
+ 28 Nov 2014; Alexis Ballier <aballier@gentoo.org>
+ custom_printf-111.25.00.ebuild:
+ update deps for ocaml 4.02
*custom_printf-111.25.00 (30 Oct 2014)
diff --git a/dev-ml/custom_printf/custom_printf-111.25.00.ebuild b/dev-ml/custom_printf/custom_printf-111.25.00.ebuild
index b4803c936d56..bb9ef59adf8c 100644
--- a/dev-ml/custom_printf/custom_printf-111.25.00.ebuild
+++ b/dev-ml/custom_printf/custom_printf-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/custom_printf/custom_printf-111.25.00.ebuild,v 1.1 2014/10/30 17:16:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/custom_printf-111.25.00.ebuild,v 1.2 2014/11/28 17:54:07 aballier Exp $
EAPI="5"
@@ -20,5 +20,6 @@ DEPEND="
>=dev-ml/type-conv-109.20.00:=
dev-ml/sexplib:=
dev-ml/pa_ounit:=
+ || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
"
RDEPEND="${DEPEND}"