commit:     76e886a0f6c666a632a5eb802520d358c121d990
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 06:48:11 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 06:49:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e886a0

app-emulation/ruffle: fix wrong path in comment

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

 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(-)

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=(

Reply via email to