commit:     c3aa7ee504983c999add1298e62e356543a965aa
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Aug  7 12:13:47 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Aug  7 13:56:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3aa7ee5

net-irc/halloy: update Cargo config file name

d57601effef63b266afe7df5c8cb7dae52fa44ac renamed deprecated config to
config.toml

Closes: https://bugs.gentoo.org/937499
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 net-irc/halloy/halloy-2024.8.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-irc/halloy/halloy-2024.8.ebuild 
b/net-irc/halloy/halloy-2024.8.ebuild
index d04fb490c..abd466c66 100644
--- a/net-irc/halloy/halloy-2024.8.ebuild
+++ b/net-irc/halloy/halloy-2024.8.ebuild
@@ -621,7 +621,8 @@ src_configure() {
        if [[ ${PV} != *9999* ]] ; then
                # Fix cargo.eclass handling of patched dependencies
                # 
https://github.com/squidowl/halloy/blob/2024.7/Cargo.toml#L53-L54
-               sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" 
"${ECARGO_HOME}/config" || die
+               sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" \
+                       "${ECARGO_HOME}/config.toml" || die
        fi
        cargo_src_configure
 }

Reply via email to