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 325291581E7 for ; Fri, 26 Apr 2024 18:20:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BC47E29E5; Fri, 26 Apr 2024 18:20:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DC6AE29E5 for ; Fri, 26 Apr 2024 18:20:00 +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 85603341B52 for ; Fri, 26 Apr 2024 18:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2025D173B for ; Fri, 26 Apr 2024 18:19:58 +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: <1714155395.effc194e2aec52111906cf479dfbe976200d1b41.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pgplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/pgplot/pgplot-5.2.2-r7.ebuild X-VCS-Directories: sci-libs/pgplot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: effc194e2aec52111906cf479dfbe976200d1b41 X-VCS-Branch: master Date: Fri, 26 Apr 2024 18:19:58 +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: 45d9843d-8501-459a-aa87-ade71e050d76 X-Archives-Hash: 4e1fefab4cbab201ee75e6e4b30b88b2 commit: effc194e2aec52111906cf479dfbe976200d1b41 Author: Eli Schwartz gmail com> AuthorDate: Fri Apr 26 14:27:18 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 26 18:16:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effc194e sci-libs/pgplot: mark as LTO-unsafe Closes: https://bugs.gentoo.org/862918 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sci-libs/pgplot/pgplot-5.2.2-r7.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild index 07e406e2d678..99f9fa03c2be 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -66,6 +66,12 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/862918 + # + # Upstream contact method is email. I have sent one. + filter-lto + # GCC 10 workaround # bug #722190 append-fflags $(test-flags-FC -fallow-argument-mismatch)