aballier 15/02/15 09:29:43 Modified: ChangeLog wyrd-1.4.6.ebuild Log: fix deps with ocaml 4.02, bug #537252 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.25 app-misc/wyrd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 3 Feb 2013 16:20:46 -0000 1.24 +++ ChangeLog 15 Feb 2015 09:29:43 -0000 1.25 @@ -1,6 +1,9 @@ # ChangeLog for app-misc/wyrd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.24 2013/02/03 16:20:46 tove Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.25 2015/02/15 09:29:43 aballier Exp $ + + 15 Feb 2015; Alexis Ballier <[email protected]> wyrd-1.4.6.ebuild: + fix deps with ocaml 4.02, bug #537252 *wyrd-1.4.6 (03 Feb 2013) 1.2 app-misc/wyrd/wyrd-1.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?r1=1.1&r2=1.2 Index: wyrd-1.4.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wyrd-1.4.6.ebuild 3 Feb 2013 16:20:46 -0000 1.1 +++ wyrd-1.4.6.ebuild 15 Feb 2015 09:29:43 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild,v 1.1 2013/02/03 16:20:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild,v 1.2 2015/02/15 09:29:43 aballier Exp $ EAPI=5 @@ -16,6 +16,7 @@ RDEPEND=" sys-libs/ncurses[unicode?] >=app-misc/remind-03.01 + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) " DEPEND="${RDEPEND} >=dev-lang/ocaml-3.08
