diff options
author | Sam James <sam@gentoo.org> | 2024-03-17 08:30:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-17 08:42:03 +0000 |
commit | f1ce4f76f11b1655f157db2628abe3922f9bb575 (patch) | |
tree | 51a3c36476a32a70f187da54811167117f76c4f8 /sci-libs/qrupdate | |
parent | gui-apps/waybar: Stabilize 0.9.24 amd64, #927144 (diff) | |
download | gentoo-f1ce4f76f11b1655f157db2628abe3922f9bb575.tar.gz gentoo-f1ce4f76f11b1655f157db2628abe3922f9bb575.tar.bz2 gentoo-f1ce4f76f11b1655f157db2628abe3922f9bb575.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'sci-libs/qrupdate')
-rw-r--r-- | sci-libs/qrupdate/qrupdate-1.1.2-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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) |