summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-13 00:42:16 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-13 01:13:31 -0400
commit5f8c70bbf2d316b0cea1e1d126f4226819bb6fb0 (patch)
tree269cffa0681ad5245410ab5d9c9a061aa2130bea /app-emulation/ruffle
parentapp-emulation/ruffle: drop 0_p20220816 (diff)
downloadgentoo-5f8c70bbf2d316b0cea1e1d126f4226819bb6fb0.tar.gz
gentoo-5f8c70bbf2d316b0cea1e1d126f4226819bb6fb0.tar.bz2
gentoo-5f8c70bbf2d316b0cea1e1d126f4226819bb6fb0.zip
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@gentoo.org>
Diffstat (limited to 'app-emulation/ruffle')
-rw-r--r--app-emulation/ruffle/ruffle-0_p20220914.ebuild2
-rw-r--r--app-emulation/ruffle/ruffle-9999.ebuild2
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
}