net-irc/halloy: Fix comment in 2025.5 ebuild

Signed-off-by: Alberto Gireud <agireud@protonmail.com>
This commit is contained in:
Alberto Gireud
2025-05-10 12:56:43 -05:00
parent 64f1fda7b9
commit f03e5a8e2a

View File

@@ -947,7 +947,7 @@ src_unpack() {
src_configure() {
if [[ ${PV} != *9999* ]] ; then
# Fix cargo.eclass handling of patched dependencies
# https://github.com/squidowl/halloy/blob/2025.2/Cargo.toml#L72-L74
# https://github.com/squidowl/halloy/blob/2025.5/Cargo.toml#L96-L98
sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" \
"${ECARGO_HOME}/config.toml" || die
fi