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 8E4D1158041 for ; Sun, 17 Mar 2024 08:42:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE9ACE29BA; Sun, 17 Mar 2024 08:42:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A24C2E29BA for ; Sun, 17 Mar 2024 08:42:38 +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 9F4CE33D3C2 for ; Sun, 17 Mar 2024 08:42:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 197AABEB for ; Sun, 17 Mar 2024 08:42: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: <1710664923.f1ce4f76f11b1655f157db2628abe3922f9bb575.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/qrupdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/qrupdate/qrupdate-1.1.2-r2.ebuild X-VCS-Directories: sci-libs/qrupdate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f1ce4f76f11b1655f157db2628abe3922f9bb575 X-VCS-Branch: master Date: Sun, 17 Mar 2024 08:42: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: d857ec21-fea5-4d41-a340-37490eb79d6e X-Archives-Hash: c54dae10bd7aecfa87ede9574faa5199 commit: f1ce4f76f11b1655f157db2628abe3922f9bb575 Author: Sam James gentoo org> AuthorDate: Sun Mar 17 08:30:57 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 17 08:42:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ce4f76 sci-libs/qrupdate: filter LTO We're already applying a Fortran workaround from GCC 10. No upstream activity in several years. Closes: https://bugs.gentoo.org/878989 Signed-off-by: Sam James gentoo.org> sci-libs/qrupdate/qrupdate-1.1.2-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/qrupdate/qrupdate-1.1.2-r2.ebuild b/sci-libs/qrupdate/qrupdate-1.1.2-r2.ebuild index 5efab6e07eaf..fffa0a4233a2 100644 --- a/sci-libs/qrupdate/qrupdate-1.1.2-r2.ebuild +++ b/sci-libs/qrupdate/qrupdate-1.1.2-r2.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=8 @@ -25,6 +25,9 @@ PATCHES=( src_prepare() { default + # bug #878989 + filter-lto + # GCC 10 workaround # bug #741524 append-fflags $(test-flags-FC -fallow-argument-mismatch)