diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-22 14:54:25 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-22 16:24:35 +0200 |
commit | a5a9e47a4dddb2f00a075940820411364576894d (patch) | |
tree | 777378009f6d53114edfa4045abbe60284bcde83 /dev-ml | |
parent | dev-ml/ulex: depend on ocamlbuild only now that old ocaml is gone (diff) | |
download | gentoo-a5a9e47a4dddb2f00a075940820411364576894d.tar.gz gentoo-a5a9e47a4dddb2f00a075940820411364576894d.tar.bz2 gentoo-a5a9e47a4dddb2f00a075940820411364576894d.zip |
dev-ml/kaputt: depend on ocamlbuild only now that old ocaml is gone
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/kaputt/kaputt-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/kaputt/kaputt-1.2.ebuild b/dev-ml/kaputt/kaputt-1.2.ebuild index 35f9d4ddb4a0..89ce7b66f515 100644 --- a/dev-ml/kaputt/kaputt-1.2.ebuild +++ b/dev-ml/kaputt/kaputt-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]" DEPEND="${RDEPEND} - || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )" + dev-ml/ocamlbuild" src_configure() { chmod +x configure |