diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-11-28 17:39:36 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-11-28 17:39:36 +0000 |
commit | f442d3e16b14e442ff49c2d958b223d41328e8c6 (patch) | |
tree | 0cae1cf8b4dad8de1d87f392318ed14916e9f2b4 /dev-ml/bolt | |
parent | update deps for ocaml 4.02 (diff) | |
download | gentoo-2-f442d3e16b14e442ff49c2d958b223d41328e8c6.tar.gz gentoo-2-f442d3e16b14e442ff49c2d958b223d41328e8c6.tar.bz2 gentoo-2-f442d3e16b14e442ff49c2d958b223d41328e8c6.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/bolt')
-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() { |