Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/
Date: Thu, 28 Jan 2021 20:11:51
Message-Id: 1611864693.db2cf797770d07015fecb67619358a3134561d6a.tupone@gentoo
1 commit: db2cf797770d07015fecb67619358a3134561d6a
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 20:10:57 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 20:11:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2cf797
7
8 dev-ml/camlp4: dep on ocaml-4.09.0
9
10 Closes: https://bugs.gentoo.org/761829
11
12 Package-Manager: Portage-3.0.13, Repoman-3.0.2
13 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
14
15 dev-ml/camlp4/camlp4-4.08_p1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ml/camlp4/camlp4-4.08_p1.ebuild b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
19 index 001a6776ec7..2b583e112ed 100644
20 --- a/dev-ml/camlp4/camlp4-4.08_p1.ebuild
21 +++ b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -15,7 +15,7 @@ SLOT="0/${PV}"
29 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux"
30 IUSE="+ocamlopt"
31
32 -DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt?]"
33 +DEPEND="~dev-lang/ocaml-4.09.0:=[ocamlopt?]"
34 RDEPEND="${DEPEND}"
35 DEPEND="${DEPEND}
36 dev-ml/ocamlbuild"