commit:     9b458a32e2c2d745238d82cf62e05a1f5baebb29
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 00:29:47 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat May 27 00:30:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b458a32

app-emulation/ruffle: fix typo in live

Thanks to sam for spotting.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/ruffle/ruffle-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to