commit: 28d2252b80b9a0840c8a1c01e831c329983de34e
Author: Alberto Gireud <agireud <AT> protonmail <DOT> com>
AuthorDate: Mon May 5 04:40:31 2025 +0000
Commit: Alberto Gireud <agireud <AT> protonmail <DOT> com>
CommitDate: Mon May 5 04:40:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28d2252b
net-irc/halloy: Fix URL in comment
Signed-off-by: Alberto Gireud <agireud <AT> protonmail.com>
net-irc/halloy/halloy-2025.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/halloy/halloy-2025.4.ebuild
b/net-irc/halloy/halloy-2025.4.ebuild
index b9830f1fb..4ba7bc39c 100644
--- a/net-irc/halloy/halloy-2025.4.ebuild
+++ b/net-irc/halloy/halloy-2025.4.ebuild
@@ -942,7 +942,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.4/Cargo.toml#L97-L98
sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" \
"${ECARGO_HOME}/config.toml" || die
fi