summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-11-28 17:48:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-11-28 17:48:07 +0000
commit87abb11192c236b6f9d8f542de50b4bfff605947 (patch)
tree1a75bda5575120a1c76faff18809bd33788b9427 /dev-ml/variantslib
parentupdate deps for ocaml 4.02 (diff)
downloadgentoo-2-87abb11192c236b6f9d8f542de50b4bfff605947.tar.gz
gentoo-2-87abb11192c236b6f9d8f542de50b4bfff605947.tar.bz2
gentoo-2-87abb11192c236b6f9d8f542de50b4bfff605947.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/variantslib')
-rw-r--r--dev-ml/variantslib/ChangeLog6
-rw-r--r--dev-ml/variantslib/variantslib-109.15.02.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ml/variantslib/ChangeLog b/dev-ml/variantslib/ChangeLog
index f608fc00f222..e213d6fc4355 100644
--- a/dev-ml/variantslib/ChangeLog
+++ b/dev-ml/variantslib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/variantslib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/ChangeLog,v 1.11 2014/01/19 15:40:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/ChangeLog,v 1.12 2014/11/28 17:48:07 aballier Exp $
+
+ 28 Nov 2014; Alexis Ballier <aballier@gentoo.org>
+ variantslib-109.15.02.ebuild:
+ update deps for ocaml 4.02
*variantslib-109.15.02 (19 Jan 2014)
diff --git a/dev-ml/variantslib/variantslib-109.15.02.ebuild b/dev-ml/variantslib/variantslib-109.15.02.ebuild
index b93ad2036cd5..6b10ba635c6a 100644
--- a/dev-ml/variantslib/variantslib-109.15.02.ebuild
+++ b/dev-ml/variantslib/variantslib-109.15.02.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/variantslib/variantslib-109.15.02.ebuild,v 1.1 2014/01/19 15:40:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/variantslib-109.15.02.ebuild,v 1.2 2014/11/28 17:48:07 aballier Exp $
EAPI="5"
@@ -18,7 +18,8 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-ml/type-conv-${PV}:="
+DEPEND=">=dev-ml/type-conv-${PV}:=
+ || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
RDEPEND="${DEPEND}"
DOCS=( "README.txt" )