Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ulex/
Date: Thu, 22 Jun 2017 14:25:06
Message-Id: 1498141475.2775f775b93291b866ff3e76e35aa885fc30a693.aballier@gentoo
1 commit: 2775f775b93291b866ff3e76e35aa885fc30a693
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 22 12:53:24 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 22 14:24:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2775f775
7
8 dev-ml/ulex: depend on ocamlbuild only now that old ocaml is gone
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ulex/ulex-1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ml/ulex/ulex-1.1.ebuild b/dev-ml/ulex/ulex-1.1.ebuild
16 index f02989ff2fd..6b98ec8bd78 100644
17 --- a/dev-ml/ulex/ulex-1.1.ebuild
18 +++ b/dev-ml/ulex/ulex-1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -17,7 +17,7 @@ IUSE="+ocamlopt"
26 RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
27 dev-ml/camlp4:="
28 DEPEND="${RDEPEND}
29 - || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )"
30 + dev-ml/ocamlbuild"
31
32 src_compile() {
33 emake all