aballier 14/11/28 17:39:36 Modified: bolt-1.4.ebuild ChangeLog Log: update deps for ocaml 4.02 Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.3 dev-ml/bolt/bolt-1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild?r1=1.2&r2=1.3 Index: bolt-1.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bolt-1.4.ebuild 16 Aug 2013 23:06:22 -0000 1.2 +++ bolt-1.4.ebuild 28 Nov 2014 17:39:36 -0000 1.3 @@ -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 @@ 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() { 1.6 dev-ml/bolt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/bolt/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 16 Aug 2013 23:06:22 -0000 1.5 +++ ChangeLog 28 Nov 2014 17:39:36 -0000 1.6 @@ -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 <[email protected]> bolt-1.4.ebuild: + update deps for ocaml 4.02 16 Aug 2013; Alexis Ballier <[email protected]> bolt-1.4.ebuild: eapi5, define subslot and add := dep on ocaml
