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/ruffle/ruffle-9999.ebuild | |
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/ruffle/ruffle-9999.ebuild')
-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 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=( |