diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-22 14:53:24 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-22 16:24:35 +0200 |
commit | 2775f775b93291b866ff3e76e35aa885fc30a693 (patch) | |
tree | 338ec7f49ae56c825f42a9288a44aa11352afa2a /dev-ml/ulex | |
parent | dev-ml/parmap: keyword ~arm64 (diff) | |
download | gentoo-2775f775b93291b866ff3e76e35aa885fc30a693.tar.gz gentoo-2775f775b93291b866ff3e76e35aa885fc30a693.tar.bz2 gentoo-2775f775b93291b866ff3e76e35aa885fc30a693.zip |
dev-ml/ulex: 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/ulex')
-rw-r--r-- | dev-ml/ulex/ulex-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ulex/ulex-1.1.ebuild b/dev-ml/ulex/ulex-1.1.ebuild index f02989ff2fd9..6b98ec8bd787 100644 --- a/dev-ml/ulex/ulex-1.1.ebuild +++ b/dev-ml/ulex/ulex-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] dev-ml/camlp4:=" DEPEND="${RDEPEND} - || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )" + dev-ml/ocamlbuild" src_compile() { emake all |