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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E73F158003 for ; Sat, 24 Jun 2023 02:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CAABE0872; Sat, 24 Jun 2023 02:59:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49C30E0877 for ; Sat, 24 Jun 2023 02:59:39 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57EC633BE0D for ; Sat, 24 Jun 2023 02:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E34A8A95 for ; Sat, 24 Jun 2023 02:59:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687575516.93ded4dce728e2aab3f58209fd4f0dcb1dfd34ab.sam@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.05.0-r9.ebuild dev-lang/ocaml/ocaml-4.09.0-r3.ebuild dev-lang/ocaml/ocaml-4.10.2-r3.ebuild dev-lang/ocaml/ocaml-4.11.2-r2.ebuild X-VCS-Directories: dev-lang/ocaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93ded4dce728e2aab3f58209fd4f0dcb1dfd34ab X-VCS-Branch: master Date: Sat, 24 Jun 2023 02:59:36 +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: 6692e9ba-e284-4e8b-9024-491ff60a7f0e X-Archives-Hash: 6e137557a7f5cfbd1c98936326d2b110 commit: 93ded4dce728e2aab3f58209fd4f0dcb1dfd34ab Author: Leonardo Hernández Hernández proton me> AuthorDate: Sat Jun 24 02:47:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 24 02:58:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ded4dc dev-lang/ocaml: replace `filter-flags -flto*` with `filter-lto` Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> dev-lang/ocaml/ocaml-4.05.0-r9.ebuild | 2 +- dev-lang/ocaml/ocaml-4.09.0-r3.ebuild | 4 ++-- dev-lang/ocaml/ocaml-4.10.2-r3.ebuild | 4 ++-- dev-lang/ocaml/ocaml-4.11.2-r2.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild index dd5765530bc6..4094da061f17 100644 --- a/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild @@ -71,7 +71,7 @@ src_configure() { # Broken until 4.12 # bug #818445 - filter-flags '-flto*' + filter-lto append-flags -fno-strict-aliasing # -ggdb3 & co makes it behave weirdly, breaks sexplib diff --git a/dev-lang/ocaml/ocaml-4.09.0-r3.ebuild b/dev-lang/ocaml/ocaml-4.09.0-r3.ebuild index d2775d25bc47..e77d3241e08f 100644 --- a/dev-lang/ocaml/ocaml-4.09.0-r3.ebuild +++ b/dev-lang/ocaml/ocaml-4.09.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ src_prepare() { # Broken until 4.12 # bug #818445 - filter-flags '-flto*' + filter-lto append-flags -fno-strict-aliasing # OCaml generates textrels on 32-bit arches diff --git a/dev-lang/ocaml/ocaml-4.10.2-r3.ebuild b/dev-lang/ocaml/ocaml-4.10.2-r3.ebuild index a74d2787fd7c..2f80ff02a1ee 100644 --- a/dev-lang/ocaml/ocaml-4.10.2-r3.ebuild +++ b/dev-lang/ocaml/ocaml-4.10.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ src_prepare() { # Broken until 4.12 # bug #818445 - filter-flags '-flto*' + filter-lto append-flags -fno-strict-aliasing # OCaml generates textrels on 32-bit arches diff --git a/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild b/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild index 38489cf772f3..489cf0a32fef 100644 --- a/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild +++ b/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ src_prepare() { # Broken until 4.12 # bug #818445 - filter-flags '-flto*' + filter-lto append-flags -fno-strict-aliasing # OCaml generates textrels on 32-bit arches