diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-fileutils/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
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 <aballier@gentoo.org> + 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 )" |