diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/halloy/halloy-2024.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/halloy/halloy-2024.5.ebuild b/net-irc/halloy/halloy-2024.5.ebuild index 03109f7cc..b263d5684 100644 --- a/net-irc/halloy/halloy-2024.5.ebuild +++ b/net-irc/halloy/halloy-2024.5.ebuild @@ -551,7 +551,7 @@ src_configure() { if [[ ${PV} != *9999* ]] ; then # Fix cargo.eclass handling of patched dependencies # https://github.com/squidowl/halloy/blob/main/Cargo.toml#L52-L54 - sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" "${ECARGO_HOME}/config" + sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" "${ECARGO_HOME}/config" || die fi cargo_src_configure } |