aballier 14/11/28 17:30:11 Modified: ChangeLog herelib-109.35.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.9 dev-ml/herelib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/herelib/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/herelib/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/herelib/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/herelib/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 19 Jan 2014 15:46:34 -0000 1.8 +++ ChangeLog 28 Nov 2014 17:30:11 -0000 1.9 @@ -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 <[email protected]> herelib-109.35.02.ebuild: + update deps for ocaml 4.02 *herelib-109.35.02 (19 Jan 2014) 1.2 dev-ml/herelib/herelib-109.35.02.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/herelib/herelib-109.35.02.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/herelib/herelib-109.35.02.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/herelib/herelib-109.35.02.ebuild?r1=1.1&r2=1.2 Index: herelib-109.35.02.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/herelib/herelib-109.35.02.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- herelib-109.35.02.ebuild 19 Jan 2014 15:46:34 -0000 1.1 +++ herelib-109.35.02.ebuild 28 Nov 2014 17:30:11 -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/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 @@ 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}"
