summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-03-27 09:47:21 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-03-27 12:36:47 -0400
commit6d6f3ba3d395a34114692e95f8b84e1fd47b565c (patch)
treeb3e2d0b546d2e466f259d8b58749a15bb39e4fca
parentsys-kernel/gentoo-kernel-bin: Bump to 6.8.2 (diff)
downloadgentoo-6d6f3ba3d395a34114692e95f8b84e1fd47b565c.tar.gz
gentoo-6d6f3ba3d395a34114692e95f8b84e1fd47b565c.tar.bz2
gentoo-6d6f3ba3d395a34114692e95f8b84e1fd47b565c.zip
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@gentoo.org>
-rw-r--r--app-emulation/ruffle/ruffle-0_p20240319.ebuild3
-rw-r--r--app-emulation/ruffle/ruffle-9999.ebuild3
2 files changed, 0 insertions, 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