diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-10 09:47:52 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-10 09:47:52 +0000 |
commit | ca973d028c31d338fcae7eccebcfba47ffa2bf82 (patch) | |
tree | 3a05c8251f8858e9b8e5897125ac23354fcd8be2 /dev-ml/ocamldsort | |
parent | remove old (diff) | |
download | gentoo-2-ca973d028c31d338fcae7eccebcfba47ffa2bf82.tar.gz gentoo-2-ca973d028c31d338fcae7eccebcfba47ffa2bf82.tar.bz2 gentoo-2-ca973d028c31d338fcae7eccebcfba47ffa2bf82.zip |
slot dep on ocaml
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
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() { |