commit: f4c0389745bf470502ddefc8065d50e6a9033260 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Sep 29 07:00:02 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Sep 29 07:00:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c03897
dev-lang/ocaml: filtering lto Closes: https://bugs.gentoo.org/872995 Closes: https://bugs.gentoo.org/870349 Closes: https://bugs.gentoo.org/835157 Closes: https://bugs.gentoo.org/858446 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-lang/ocaml/{ocaml-4.14.0.ebuild => ocaml-4.14.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/ocaml/ocaml-4.14.0.ebuild b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild similarity index 99% rename from dev-lang/ocaml/ocaml-4.14.0.ebuild rename to dev-lang/ocaml/ocaml-4.14.0-r1.ebuild index b68dee9dfbaa..6c564eb4fcae 100644 --- a/dev-lang/ocaml/ocaml-4.14.0.ebuild +++ b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild @@ -47,6 +47,7 @@ src_prepare() { } src_configure() { + filter-lto #bug 870349 local opt=( --bindir="${EPREFIX}/usr/bin" --libdir="${EPREFIX}/usr/$(get_libdir)/ocaml"
