From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2425158094 for ; Thu, 29 Sep 2022 07:03:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED11CE08F7; Thu, 29 Sep 2022 07:03:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D73E3E08F7 for ; Thu, 29 Sep 2022 07:03:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D95133412D8 for ; Thu, 29 Sep 2022 07:03:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C0545E8 for ; Thu, 29 Sep 2022 07:03:47 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1664434802.f4c0389745bf470502ddefc8065d50e6a9033260.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ocaml/ocaml-4.14.0-r1.ebuild dev-lang/ocaml/ocaml-4.14.0.ebuild X-VCS-Directories: dev-lang/ocaml/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f4c0389745bf470502ddefc8065d50e6a9033260 X-VCS-Branch: master Date: Thu, 29 Sep 2022 07:03:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a4240b23-ea07-4ae8-abe5-ecebc28cfcf5 X-Archives-Hash: 8e43a9ff65ed962a4a087e29bdb9f888 commit: f4c0389745bf470502ddefc8065d50e6a9033260 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Sep 29 07:00:02 2022 +0000 Commit: Alfredo Tupone gentoo 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 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"