diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-02-15 09:29:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-02-15 09:29:43 +0000 |
commit | c41a5294f9d7c6efc778e5bd39257cf13d24374f (patch) | |
tree | bb1ea8fa37965fefd34d73a999b2fef55abe7e58 /app-misc | |
parent | initial import, ebuild by José Romildo Malaquias, bug #539330 (diff) | |
download | gentoo-2-c41a5294f9d7c6efc778e5bd39257cf13d24374f.tar.gz gentoo-2-c41a5294f9d7c6efc778e5bd39257cf13d24374f.tar.bz2 gentoo-2-c41a5294f9d7c6efc778e5bd39257cf13d24374f.zip |
fix deps with ocaml 4.02, bug #537252
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/wyrd/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/wyrd/wyrd-1.4.6.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-misc/wyrd/ChangeLog b/app-misc/wyrd/ChangeLog index f78538fbdcc4..b6e4cf58109f 100644 --- a/app-misc/wyrd/ChangeLog +++ b/app-misc/wyrd/ChangeLog @@ -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 <aballier@gentoo.org> wyrd-1.4.6.ebuild: + fix deps with ocaml 4.02, bug #537252 *wyrd-1.4.6 (03 Feb 2013) diff --git a/app-misc/wyrd/wyrd-1.4.6.ebuild b/app-misc/wyrd/wyrd-1.4.6.ebuild index e03aa7496034..448cb464e3f0 100644 --- a/app-misc/wyrd/wyrd-1.4.6.ebuild +++ b/app-misc/wyrd/wyrd-1.4.6.ebuild @@ -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 @@ IUSE="unicode" 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 |