commit:     5f8c70bbf2d316b0cea1e1d126f4226819bb6fb0
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 04:42:16 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 05:13:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8c70bb

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 <ionen <AT> gentoo.org>

 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
 }

Reply via email to