Skip to content

Commit

Permalink
net-irc/halloy: Fix sed command in src_configure
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Gireud <[email protected]>
  • Loading branch information
agireud committed Sep 15, 2024
1 parent f85c87b commit 6fb37f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net-irc/halloy/halloy-2024.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@ src_configure() {
if [[ ${PV} != *9999* ]] ; then
# Fix cargo.eclass handling of patched dependencies
# https://github.com/squidowl/halloy/blob/2024.11/Cargo.toml#L60-L62
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
}
Expand Down

0 comments on commit 6fb37f3

Please sign in to comment.