From 5f8c70bbf2d316b0cea1e1d126f4226819bb6fb0 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 13 Oct 2022 00:42:16 -0400 Subject: app-emulation/ruffle: adjust lto comment This doesn't use ring crate and haven't tracked which crates were failing again.. so just go with a more generic comment. Signed-off-by: Ionen Wolkens --- app-emulation/ruffle/ruffle-0_p20220914.ebuild | 2 +- app-emulation/ruffle/ruffle-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/ruffle/ruffle-0_p20220914.ebuild b/app-emulation/ruffle/ruffle-0_p20220914.ebuild index ebad754a07e0..1da2f4fb4efa 100644 --- a/app-emulation/ruffle/ruffle-0_p20220914.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20220914.ebuild @@ -490,7 +490,7 @@ src_prepare() { } src_compile() { - filter-lto # undefined references with ring crate and more + filter-lto # does not play well with C code in crates cargo_src_compile --bins # note: configure --bins would skip tests } diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild index f4ab5fe89d96..7c9b186044a3 100644 --- a/app-emulation/ruffle/ruffle-9999.ebuild +++ b/app-emulation/ruffle/ruffle-9999.ebuild @@ -40,7 +40,7 @@ src_unpack() { } src_compile() { - filter-lto # undefined references with ring crate and more + filter-lto # does not play well with C code in crates cargo_src_compile --bins # note: configure --bins would skip tests } -- cgit v1.2.3-65-gdbad