diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-11-28 17:30:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-11-28 17:30:11 +0000 |
commit | 306431b9db807f54698f5404dcf15e00adc1c161 (patch) | |
tree | 1eb9ffca61fc476a7b1c9b8fab11624892865b5b /dev-ml | |
parent | update deps for ocaml 4.02 (diff) | |
download | gentoo-2-306431b9db807f54698f5404dcf15e00adc1c161.tar.gz gentoo-2-306431b9db807f54698f5404dcf15e00adc1c161.tar.bz2 gentoo-2-306431b9db807f54698f5404dcf15e00adc1c161.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')
-rw-r--r-- | dev-ml/herelib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/herelib/herelib-109.35.02.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-ml/herelib/ChangeLog b/dev-ml/herelib/ChangeLog index 3d2264735ad3..b71f22e07dad 100644 --- a/dev-ml/herelib/ChangeLog +++ b/dev-ml/herelib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/herelib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/herelib/ChangeLog,v 1.8 2014/01/19 15:46:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/herelib/ChangeLog,v 1.9 2014/11/28 17:30:11 aballier Exp $ + + 28 Nov 2014; Alexis Ballier <aballier@gentoo.org> herelib-109.35.02.ebuild: + update deps for ocaml 4.02 *herelib-109.35.02 (19 Jan 2014) diff --git a/dev-ml/herelib/herelib-109.35.02.ebuild b/dev-ml/herelib/herelib-109.35.02.ebuild index 6066b1324749..70f8c223829e 100644 --- a/dev-ml/herelib/herelib-109.35.02.ebuild +++ b/dev-ml/herelib/herelib-109.35.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/herelib/herelib-109.35.02.ebuild,v 1.1 2014/01/19 15:46:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/herelib/herelib-109.35.02.ebuild,v 1.2 2014/11/28 17:30:11 aballier Exp $ EAPI="5" @@ -16,7 +16,10 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -DEPEND=">=dev-lang/ocaml-4.00.0:=" +DEPEND=" + >=dev-lang/ocaml-4.00.0:= + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) +" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |