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/opam-format/
Date: Fri, 01 Oct 2021 18:08:50
Message-Id: 1633111716.a18ecb8b03acd2c557c2c11303af3a6d291ce398.tupone@gentoo
1 commit: a18ecb8b03acd2c557c2c11303af3a6d291ce398
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 18:08:36 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 18:08:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18ecb8b
7
8 dev-ml/opam-format: build with ocaml-4.12
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/opam-format/opam-format-2.0.8-r2.ebuild | 1 +
14 dev-ml/opam-format/opam-format-2.0.8-r3.ebuild | 4 ++++
15 dev-ml/opam-format/opam-format-2.0.9.ebuild | 4 ++++
16 3 files changed, 9 insertions(+)
17
18 diff --git a/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild b/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
19 index 54b3b0ce46d..eb552240221 100644
20 --- a/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
21 +++ b/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
22 @@ -19,6 +19,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
23 IUSE="+ocamlopt"
24
25 RDEPEND="
26 + <dev-lang/ocaml-4.12
27 ~dev-ml/opam-core-${PV}:=
28 dev-ml/re:=
29 dev-ml/opam-file-format:=
30
31 diff --git a/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild b/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
32 index ace83b9a6ae..ac4e8512b38 100644
33 --- a/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
34 +++ b/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
35 @@ -40,3 +40,7 @@ src_prepare() {
36 (flags (:standard -warn-error -3-9-33))))
37 EOF
38 }
39 +
40 +src_compile() {
41 + dune build @install --profile release || die
42 +}
43
44 diff --git a/dev-ml/opam-format/opam-format-2.0.9.ebuild b/dev-ml/opam-format/opam-format-2.0.9.ebuild
45 index ace83b9a6ae..ac4e8512b38 100644
46 --- a/dev-ml/opam-format/opam-format-2.0.9.ebuild
47 +++ b/dev-ml/opam-format/opam-format-2.0.9.ebuild
48 @@ -40,3 +40,7 @@ src_prepare() {
49 (flags (:standard -warn-error -3-9-33))))
50 EOF
51 }
52 +
53 +src_compile() {
54 + dune build @install --profile release || die
55 +}