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-lang/ocaml/
Date: Thu, 29 Sep 2022 07:03:50
Message-Id: 1664434802.f4c0389745bf470502ddefc8065d50e6a9033260.tupone@gentoo
1 commit: f4c0389745bf470502ddefc8065d50e6a9033260
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 07:00:02 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 07:00:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c03897
7
8 dev-lang/ocaml: filtering lto
9
10 Closes: https://bugs.gentoo.org/872995
11 Closes: https://bugs.gentoo.org/870349
12 Closes: https://bugs.gentoo.org/835157
13 Closes: https://bugs.gentoo.org/858446
14
15 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
16
17 dev-lang/ocaml/{ocaml-4.14.0.ebuild => ocaml-4.14.0-r1.ebuild} | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/dev-lang/ocaml/ocaml-4.14.0.ebuild b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild
21 similarity index 99%
22 rename from dev-lang/ocaml/ocaml-4.14.0.ebuild
23 rename to dev-lang/ocaml/ocaml-4.14.0-r1.ebuild
24 index b68dee9dfbaa..6c564eb4fcae 100644
25 --- a/dev-lang/ocaml/ocaml-4.14.0.ebuild
26 +++ b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild
27 @@ -47,6 +47,7 @@ src_prepare() {
28 }
29
30 src_configure() {
31 + filter-lto #bug 870349
32 local opt=(
33 --bindir="${EPREFIX}/usr/bin"
34 --libdir="${EPREFIX}/usr/$(get_libdir)/ocaml"