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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11A8E158086 for ; Sat, 16 Oct 2021 10:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CC3AE0827; Sat, 16 Oct 2021 10:32:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DCF7E0827 for ; Sat, 16 Oct 2021 10:32:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FEAC34306A for ; Sat, 16 Oct 2021 10:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44CCF79 for ; Sat, 16 Oct 2021 10:31:57 +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: <1634380302.a491173ff44e4981d6cdaf9f0856cb23a45393ec.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-r7.ebuild dev-lang/ocaml/ocaml-4.05.0-r8.ebuild dev-lang/ocaml/ocaml-4.09.0-r2.ebuild dev-lang/ocaml/ocaml-4.10.2-r2.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: a491173ff44e4981d6cdaf9f0856cb23a45393ec X-VCS-Branch: master Date: Sat, 16 Oct 2021 10:31:57 +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: 7b002e5a-7b64-4967-864f-3fb25a959b27 X-Archives-Hash: 1ba54afbfd426e47d9046cef5558bfeb commit: a491173ff44e4981d6cdaf9f0856cb23a45393ec Author: Sam James gentoo org> AuthorDate: Sat Oct 16 10:31:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 16 10:31:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a491173f dev-lang/ocaml: filter -flto* too Signed-off-by: Sam James gentoo.org> dev-lang/ocaml/ocaml-4.05.0-r7.ebuild | 2 +- dev-lang/ocaml/ocaml-4.05.0-r8.ebuild | 2 +- dev-lang/ocaml/ocaml-4.09.0-r2.ebuild | 4 ++-- dev-lang/ocaml/ocaml-4.10.2-r2.ebuild | 2 +- dev-lang/ocaml/ocaml-4.11.2-r2.ebuild | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lang/ocaml/ocaml-4.05.0-r7.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r7.ebuild index 9ef969d018b..68a369bcebf 100644 --- a/dev-lang/ocaml/ocaml-4.05.0-r7.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0-r7.ebuild @@ -68,7 +68,7 @@ src_configure() { # Broken until 4.12 # bug #818445 - filter-flags -flto + filter-flags '-flto*' append-flags -fno-strict-aliasing # -ggdb3 & co makes it behave weirdly, breaks sexplib diff --git a/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild index 707f584fb23..4c2da17dac5 100644 --- a/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild @@ -69,7 +69,7 @@ src_configure() { # Broken until 4.12 # bug #818445 - filter-flags -flto + filter-flags '-flto*' append-flags -fno-strict-aliasing # -ggdb3 & co makes it behave weirdly, breaks sexplib diff --git a/dev-lang/ocaml/ocaml-4.09.0-r2.ebuild b/dev-lang/ocaml/ocaml-4.09.0-r2.ebuild index b9f00b2cfe0..68b58ca86b1 100644 --- a/dev-lang/ocaml/ocaml-4.09.0-r2.ebuild +++ b/dev-lang/ocaml/ocaml-4.09.0-r2.ebuild @@ -21,7 +21,7 @@ BDEPEND="${RDEPEND} PDEPEND="emacs? ( app-emacs/ocaml-mode ) xemacs? ( app-xemacs/ocaml )" -PATCHES=("${FILESDIR}"/${PN}-4.09.0-gcc-10.patch) +PATCHES=( "${FILESDIR}"/${PN}-4.09.0-gcc-10.patch ) src_prepare() { default @@ -30,7 +30,7 @@ src_prepare() { # Broken until 4.12 # bug #818445 - filter-flags -flto + filter-flags '-flto*' append-flags -fno-strict-aliasing # OCaml generates textrels on 32-bit arches diff --git a/dev-lang/ocaml/ocaml-4.10.2-r2.ebuild b/dev-lang/ocaml/ocaml-4.10.2-r2.ebuild index 69ae1931963..3b6334a9c87 100644 --- a/dev-lang/ocaml/ocaml-4.10.2-r2.ebuild +++ b/dev-lang/ocaml/ocaml-4.10.2-r2.ebuild @@ -28,7 +28,7 @@ src_prepare() { # Broken until 4.12 # bug #818445 - filter-flags -flto + filter-flags '-flto*' 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 001fbf26fdf..e965a0afa51 100644 --- a/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild +++ b/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild @@ -28,7 +28,7 @@ src_prepare() { # Broken until 4.12 # bug #818445 - filter-flags -flto + filter-flags '-flto*' append-flags -fno-strict-aliasing # OCaml generates textrels on 32-bit arches