diff options
Diffstat (limited to 'dev-ml/bin-prot/bin-prot-112.01.00.ebuild')
-rw-r--r-- | dev-ml/bin-prot/bin-prot-112.01.00.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/bin-prot/bin-prot-112.01.00.ebuild b/dev-ml/bin-prot/bin-prot-112.01.00.ebuild index 7116bce65017..3031fd88f606 100644 --- a/dev-ml/bin-prot/bin-prot-112.01.00.ebuild +++ b/dev-ml/bin-prot/bin-prot-112.01.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/bin-prot/bin-prot-112.01.00.ebuild,v 1.1 2014/10/30 16:42:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-112.01.00.ebuild,v 1.2 2014/11/28 17:43:58 aballier Exp $ EAPI=5 @@ -20,7 +20,8 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc" -RDEPEND=">=dev-ml/type-conv-109.28.00:=" +RDEPEND=">=dev-ml/type-conv-109.28.00:= + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" DEPEND="${RDEPEND} test? ( >=dev-ml/ounit-1.1.2 )" |