Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ruffle/
Date: Tue, 28 Jun 2022 07:47:00
Message-Id: 1656402126.7a09255415d5e0732b5800bd79725f74262b176f.ionen@gentoo
1 commit: 7a09255415d5e0732b5800bd79725f74262b176f
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 07:39:34 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 07:42:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a092554
7
8 app-emulation/ruffle: update to use the new filter-lto
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 app-emulation/ruffle/ruffle-0_p20220516.ebuild | 2 +-
13 app-emulation/ruffle/ruffle-0_p20220614.ebuild | 2 +-
14 app-emulation/ruffle/ruffle-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-emulation/ruffle/ruffle-0_p20220516.ebuild b/app-emulation/ruffle/ruffle-0_p20220516.ebuild
18 index fa62d357ea44..9104a90647cd 100644
19 --- a/app-emulation/ruffle/ruffle-0_p20220516.ebuild
20 +++ b/app-emulation/ruffle/ruffle-0_p20220516.ebuild
21 @@ -474,7 +474,7 @@ src_prepare() {
22 }
23
24 src_compile() {
25 - filter-flags '-flto*' # undefined references with ring crate and more
26 + filter-lto # undefined references with ring crate and more
27
28 cargo_src_compile --bins # note: configure --bins would skip tests
29 }
30
31 diff --git a/app-emulation/ruffle/ruffle-0_p20220614.ebuild b/app-emulation/ruffle/ruffle-0_p20220614.ebuild
32 index b244d587de4c..5eecbfd5ba76 100644
33 --- a/app-emulation/ruffle/ruffle-0_p20220614.ebuild
34 +++ b/app-emulation/ruffle/ruffle-0_p20220614.ebuild
35 @@ -474,7 +474,7 @@ src_prepare() {
36 }
37
38 src_compile() {
39 - filter-flags '-flto*' # undefined references with ring crate and more
40 + filter-lto # undefined references with ring crate and more
41
42 cargo_src_compile --bins # note: configure --bins would skip tests
43 }
44
45 diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild
46 index 8d8eea585197..5acd85833586 100644
47 --- a/app-emulation/ruffle/ruffle-9999.ebuild
48 +++ b/app-emulation/ruffle/ruffle-9999.ebuild
49 @@ -39,7 +39,7 @@ src_unpack() {
50 }
51
52 src_compile() {
53 - filter-flags '-flto*' # undefined references with ring crate and more
54 + filter-lto # undefined references with ring crate and more
55
56 cargo_src_compile --bins # note: configure --bins would skip tests
57 }