diff options
-rw-r--r-- | dev-ml/bolt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/bolt/bolt-1.4.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ml/bolt/ChangeLog b/dev-ml/bolt/ChangeLog index 86455ffe1375..53d44af2b0cd 100644 --- a/dev-ml/bolt/ChangeLog +++ b/dev-ml/bolt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/bolt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/ChangeLog,v 1.5 2013/08/16 23:06:22 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/ChangeLog,v 1.6 2014/11/28 17:39:36 aballier Exp $ + + 28 Nov 2014; Alexis Ballier <aballier@gentoo.org> bolt-1.4.ebuild: + update deps for ocaml 4.02 16 Aug 2013; Alexis Ballier <aballier@gentoo.org> bolt-1.4.ebuild: eapi5, define subslot and add := dep on ocaml diff --git a/dev-ml/bolt/bolt-1.4.ebuild b/dev-ml/bolt/bolt-1.4.ebuild index 1acbc7fa3919..14dd2126329b 100644 --- a/dev-ml/bolt/bolt-1.4.ebuild +++ b/dev-ml/bolt/bolt-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild,v 1.2 2013/08/16 23:06:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild,v 1.3 2014/11/28 17:39:36 aballier Exp $ EAPI=5 @@ -15,7 +15,8 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc" -DEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]" +DEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt] + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" src_configure() { |