aballier 14/11/28 17:48:07 Modified: ChangeLog variantslib-109.15.02.ebuild 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.12 dev-ml/variantslib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/variantslib/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/variantslib/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/variantslib/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/variantslib/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 19 Jan 2014 15:40:37 -0000 1.11 +++ ChangeLog 28 Nov 2014 17:48:07 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/variantslib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/ChangeLog,v 1.11 2014/01/19 15:40:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/ChangeLog,v 1.12 2014/11/28 17:48:07 aballier Exp $ + + 28 Nov 2014; Alexis Ballier <[email protected]> + variantslib-109.15.02.ebuild: + update deps for ocaml 4.02 *variantslib-109.15.02 (19 Jan 2014) 1.2 dev-ml/variantslib/variantslib-109.15.02.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/variantslib/variantslib-109.15.02.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/variantslib/variantslib-109.15.02.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/variantslib/variantslib-109.15.02.ebuild?r1=1.1&r2=1.2 Index: variantslib-109.15.02.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/variantslib/variantslib-109.15.02.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- variantslib-109.15.02.ebuild 19 Jan 2014 15:40:37 -0000 1.1 +++ variantslib-109.15.02.ebuild 28 Nov 2014 17:48:07 -0000 1.2 @@ -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/variantslib/variantslib-109.15.02.ebuild,v 1.1 2014/01/19 15:40:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/variantslib-109.15.02.ebuild,v 1.2 2014/11/28 17:48:07 aballier Exp $ EAPI="5" @@ -18,7 +18,8 @@ KEYWORDS="~amd64" IUSE="" -DEPEND=">=dev-ml/type-conv-${PV}:=" +DEPEND=">=dev-ml/type-conv-${PV}:= + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" DOCS=( "README.txt" )
