commit: f8fcde09580a7cf00baf25f3a770ff83f87074d9
Author: Alberto Gireud <agireud <AT> protonmail <DOT> com>
AuthorDate: Sun Jul 13 04:34:22 2025 +0000
Commit: Alberto Gireud <agireud <AT> protonmail <DOT> com>
CommitDate: Sun Jul 13 04:34:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8fcde09
net-irc/halloy: Fix comment in 2025.6 ebuild
Signed-off-by: Alberto Gireud <agireud <AT> protonmail.com>
net-irc/halloy/halloy-2025.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/halloy/halloy-2025.6.ebuild
b/net-irc/halloy/halloy-2025.6.ebuild
index bdeaae187b..2d2c0b252b 100644
--- a/net-irc/halloy/halloy-2025.6.ebuild
+++ b/net-irc/halloy/halloy-2025.6.ebuild
@@ -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.5/Cargo.toml#L96-L98
+ #
https://github.com/squidowl/halloy/blob/2025.6/Cargo.toml#L96-L98
sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" \
"${ECARGO_HOME}/config.toml" || die
fi