diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-06-24 02:48:11 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-06-24 02:49:02 -0400 |
commit | 76e886a0f6c666a632a5eb802520d358c121d990 (patch) | |
tree | df38dae379e67be043977052c8d766e418b42528 /app-emulation | |
parent | media-libs/speex: Stabilize 1.2.1-r2 ppc, #909059 (diff) | |
download | gentoo-76e886a0f6c666a632a5eb802520d358c121d990.tar.gz gentoo-76e886a0f6c666a632a5eb802520d358c121d990.tar.bz2 gentoo-76e886a0f6c666a632a5eb802520d358c121d990.zip |
app-emulation/ruffle: fix wrong path in comment
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ruffle/ruffle-0_p20230525.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/ruffle/ruffle-0_p20230624.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/ruffle/ruffle-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
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=( |