From 6d6f3ba3d395a34114692e95f8b84e1fd47b565c Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 27 Mar 2024 09:47:21 -0400 Subject: 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 --- app-emulation/ruffle/ruffle-0_p20240319.ebuild | 3 --- app-emulation/ruffle/ruffle-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) (limited to 'app-emulation/ruffle') 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 -- cgit v1.2.3-65-gdbad