From 76e886a0f6c666a632a5eb802520d358c121d990 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 24 Jun 2023 02:48:11 -0400 Subject: app-emulation/ruffle: fix wrong path in comment Signed-off-by: Ionen Wolkens --- app-emulation/ruffle/ruffle-0_p20230525.ebuild | 2 +- app-emulation/ruffle/ruffle-0_p20230624.ebuild | 2 +- app-emulation/ruffle/ruffle-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app-emulation/ruffle') diff --git a/app-emulation/ruffle/ruffle-0_p20230525.ebuild b/app-emulation/ruffle/ruffle-0_p20230525.ebuild index 437ae7c21095..287ed232286b 100644 --- a/app-emulation/ruffle/ruffle-0_p20230525.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20230525.ebuild @@ -584,7 +584,7 @@ QA_FLAGS_IGNORED="usr/bin/${PN}.*" src_configure() { filter-lto # TODO: cleanup after bug #893658 - # see .cargo/cargo.toml, only needed if RUSTFLAGS is set by the user + # see .cargo/config.toml, only needed if RUSTFLAGS is set by the user [[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis" local workspaces=( diff --git a/app-emulation/ruffle/ruffle-0_p20230624.ebuild b/app-emulation/ruffle/ruffle-0_p20230624.ebuild index 390303213f09..e98598562dff 100644 --- a/app-emulation/ruffle/ruffle-0_p20230624.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20230624.ebuild @@ -584,7 +584,7 @@ QA_FLAGS_IGNORED="usr/bin/${PN}.*" src_configure() { filter-lto # TODO: cleanup after bug #893658 - # see .cargo/cargo.toml, only needed if RUSTFLAGS is set by the user + # see .cargo/config.toml, only needed if RUSTFLAGS is set by the user [[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis" local workspaces=( diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild index f007b61673a9..6a12a15ff58a 100644 --- a/app-emulation/ruffle/ruffle-9999.ebuild +++ b/app-emulation/ruffle/ruffle-9999.ebuild @@ -65,7 +65,7 @@ src_unpack() { src_configure() { filter-lto # TODO: cleanup after bug #893658 - # see .cargo/cargo.toml, only needed if RUSTFLAGS is set by the user + # see .cargo/config.toml, only needed if RUSTFLAGS is set by the user [[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis" local workspaces=( -- cgit v1.2.3-65-gdbad