From 57886aa68abfc1a25c13bda9add33dbc9cedb40e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 15 Mar 2011 20:05:37 +0000 Subject: findlib dep is added by the eclass (Portage version: 2.2.0_alpha27/cvs/Linux x86_64) --- dev-ml/ocaml-fileutils/ChangeLog | 6 +++++- dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'dev-ml/ocaml-fileutils') diff --git a/dev-ml/ocaml-fileutils/ChangeLog b/dev-ml/ocaml-fileutils/ChangeLog index d85cbde5e253..8e4d12579e35 100644 --- a/dev-ml/ocaml-fileutils/ChangeLog +++ b/dev-ml/ocaml-fileutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocaml-fileutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.1 2011/03/15 20:04:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.2 2011/03/15 20:05:37 aballier Exp $ + + 15 Mar 2011; Alexis Ballier + ocaml-fileutils-0.4.2.ebuild: + findlib dep is added by the eclass *ocaml-fileutils-0.4.2 (15 Mar 2011) diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild index 2a44549a5ecf..5d9f10f1e893 100644 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild,v 1.1 2011/03/15 20:04:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild,v 1.2 2011/03/15 20:05:37 aballier Exp $ EAPI=3 @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test +ocamlopt" -RDEPEND=">=dev-lang/ocaml-3.11[ocamlopt?] - dev-ml/findlib" +RDEPEND=">=dev-lang/ocaml-3.11[ocamlopt?]" DEPEND="${RDEPEND} test? ( dev-ml/ounit )" -- cgit v1.2.3-65-gdbad