Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
Date: Wed, 29 Jun 2022 06:53:15
Message-Id: 1656485549.c5813fd2500fbdbbed222ec610da6975d7baf1de.marecki@gentoo
1 commit: c5813fd2500fbdbbed222ec610da6975d7baf1de
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 06:52:29 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 06:52:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5813fd2
7
8 app-emulation/fuse: filter out LTO flags
9
10 Closes: https://bugs.gentoo.org/854522
11 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
12
13 app-emulation/fuse/fuse-1.6.0.ebuild | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild
17 index aec3885d7c5a..0cd318ba0934 100644
18 --- a/app-emulation/fuse/fuse-1.6.0.ebuild
19 +++ b/app-emulation/fuse/fuse-1.6.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit autotools xdg
28 +inherit autotools flag-o-matic xdg
29
30 DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall"
31 HOMEPAGE="http://fuse-emulator.sourceforge.net"
32 @@ -66,6 +66,9 @@ _fuse_audio_driver() {
33 src_prepare() {
34 xdg_src_prepare
35 eautoreconf
36 +
37 + # Bug #854522
38 + filter-lto
39 }
40
41 src_configure() {