diff options
Diffstat (limited to 'dev-ml/ocamldsort')
-rw-r--r-- | dev-ml/ocamldsort/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamldsort/ChangeLog b/dev-ml/ocamldsort/ChangeLog index 3e3d87e96789..9648c223266a 100644 --- a/dev-ml/ocamldsort/ChangeLog +++ b/dev-ml/ocamldsort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamldsort # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.12 2013/02/04 13:04:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.13 2013/03/10 09:47:52 aballier Exp $ + + 10 Mar 2013; Alexis Ballier <aballier@gentoo.org> ocamldsort-0.16.0.ebuild: + slot dep on ocaml *ocamldsort-0.16.0 (04 Feb 2013) diff --git a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild index ff75e760820a..d58ed5a802e3 100644 --- a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild +++ b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild,v 1.1 2013/02/04 13:04:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild,v 1.2 2013/03/10 09:47:52 aballier Exp $ EAPI=5 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND=">=dev-lang/ocaml-3.12" +DEPEND=">=dev-lang/ocaml-3.12:=" RDEPEND="${DEPEND}" src_compile() { |