diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-05-26 20:29:47 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-05-26 20:30:28 -0400 |
commit | 9b458a32e2c2d745238d82cf62e05a1f5baebb29 (patch) | |
tree | 91817530c583cd932066a6bcac4013950a541c23 /app-emulation | |
parent | www-client/microsoft-edge-beta: remove old (diff) | |
download | gentoo-9b458a32e2c2d745238d82cf62e05a1f5baebb29.tar.gz gentoo-9b458a32e2c2d745238d82cf62e05a1f5baebb29.tar.bz2 gentoo-9b458a32e2c2d745238d82cf62e05a1f5baebb29.zip |
app-emulation/ruffle: fix typo in live
Thanks to sam for spotting.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ruffle/ruffle-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild index 8fcc837b0a05..3c6962772b54 100644 --- a/app-emulation/ruffle/ruffle-9999.ebuild +++ b/app-emulation/ruffle/ruffle-9999.ebuild @@ -61,7 +61,7 @@ src_configure() { filter-lto # TODO: cleanup after bug #893658 # see .cargo/cargo.toml, only needed if RUSTFLAGS is set by the user - [[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis"d + [[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis" if use test; then # tests will be skipped if don't build everything |