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/dune/
Date: Sat, 30 Jan 2021 16:26:51
Message-Id: 1612023989.09343281637b1fad7dbe71b6917d3efec84ec514.tupone@gentoo
1 commit: 09343281637b1fad7dbe71b6917d3efec84ec514
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 16:26:29 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 16:26:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09343281
7
8 dev-ml/dune: set min required ocaml version
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/dune/dune-2.7.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/dune/dune-2.7.1.ebuild b/dev-ml/dune/dune-2.7.1.ebuild
17 index 010bc0fc6a5..27fddc1c4fa 100644
18 --- a/dev-ml/dune/dune-2.7.1.ebuild
19 +++ b/dev-ml/dune/dune-2.7.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -14,7 +14,7 @@ SLOT="0/${PV}"
27 KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
28 IUSE="test"
29
30 -DEPEND="dev-lang/ocaml"
31 +DEPEND=">=dev-lang/ocaml-4.08:="
32 RDEPEND="${DEPEND}
33 !dev-ml/jbuilder"
34 BDEPEND=""