diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-03-27 09:47:21 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-03-27 12:36:47 -0400 |
commit | 6d6f3ba3d395a34114692e95f8b84e1fd47b565c (patch) | |
tree | b3e2d0b546d2e466f259d8b58749a15bb39e4fca /app-emulation | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 6.8.2 (diff) | |
download | gentoo-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>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ruffle/ruffle-0_p20240319.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/ruffle/ruffle-9999.ebuild | 3 |
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 |