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/ounit2/
Date: Fri, 01 Oct 2021 19:16:38
Message-Id: 1633115784.5b0573669408fbd1ff2350b90fd8dc6ce68d4fe0.tupone@gentoo
1 commit: 5b0573669408fbd1ff2350b90fd8dc6ce68d4fe0
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 19:16:07 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 19:16:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b057366
7
8 dev-ml/ounit2: 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/ounit2/ounit2-2.2.3.ebuild | 4 ++++
14 dev-ml/ounit2/ounit2-2.2.4.ebuild | 4 ++++
15 2 files changed, 8 insertions(+)
16
17 diff --git a/dev-ml/ounit2/ounit2-2.2.3.ebuild b/dev-ml/ounit2/ounit2-2.2.3.ebuild
18 index 40be073255c..b53206f8e38 100644
19 --- a/dev-ml/ounit2/ounit2-2.2.3.ebuild
20 +++ b/dev-ml/ounit2/ounit2-2.2.3.ebuild
21 @@ -20,3 +20,7 @@ BDEPEND=""
22 IUSE="+ocamlopt"
23
24 S="${WORKDIR}/ounit-v${PV}"
25 +
26 +src_compile() {
27 + dune build @install --profile release || die
28 +}
29
30 diff --git a/dev-ml/ounit2/ounit2-2.2.4.ebuild b/dev-ml/ounit2/ounit2-2.2.4.ebuild
31 index b67e4a2fd51..967a9daf84d 100644
32 --- a/dev-ml/ounit2/ounit2-2.2.4.ebuild
33 +++ b/dev-ml/ounit2/ounit2-2.2.4.ebuild
34 @@ -20,3 +20,7 @@ DEPEND="
35 dev-ml/stdlib-shims:=
36 "
37 RDEPEND="${DEPEND}"
38 +
39 +src_compile() {
40 + dune build @install --profile release || die
41 +}