summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-05-26 20:29:47 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-05-26 20:30:28 -0400
commit9b458a32e2c2d745238d82cf62e05a1f5baebb29 (patch)
tree91817530c583cd932066a6bcac4013950a541c23 /app-emulation
parentwww-client/microsoft-edge-beta: remove old (diff)
downloadgentoo-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.ebuild2
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