commit: 6d6f3ba3d395a34114692e95f8b84e1fd47b565c
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 13:47:21 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 16:36:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6f3ba3
app-emulation/ruffle: remove obsolete RUSTFLAGS workaround
ruffle no longer sets its own rustflags and this option
isn't necessary to preserve anymore.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/ruffle/ruffle-0_p20240319.ebuild | 3 ---
app-emulation/ruffle/ruffle-9999.ebuild | 3 ---
2 files changed, 6 deletions(-)
diff --git a/app-emulation/ruffle/ruffle-0_p20240319.ebuild
b/app-emulation/ruffle/ruffle-0_p20240319.ebuild
index bb5a78c73e29..615a239180db 100644
--- a/app-emulation/ruffle/ruffle-0_p20240319.ebuild
+++ b/app-emulation/ruffle/ruffle-0_p20240319.ebuild
@@ -691,9 +691,6 @@ PATCHES=(
)
src_configure() {
- # see .cargo/config.toml, only needed if RUSTFLAGS is set by the user
- [[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis"
-
local workspaces=(
ruffle_{desktop,scanner}
exporter
diff --git a/app-emulation/ruffle/ruffle-9999.ebuild
b/app-emulation/ruffle/ruffle-9999.ebuild
index 7098fc96770a..a74864cef61f 100644
--- a/app-emulation/ruffle/ruffle-9999.ebuild
+++ b/app-emulation/ruffle/ruffle-9999.ebuild
@@ -51,9 +51,6 @@ src_unpack() {
}
src_configure() {
- # see .cargo/config.toml, only needed if RUSTFLAGS is set by the user
- [[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis"
-
local workspaces=(
ruffle_{desktop,scanner}
exporter