From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5167C1584AD for ; Sat, 10 May 2025 19:08:39 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3E4E3343340 for ; Sat, 10 May 2025 19:08:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 165D71104A7; Sat, 10 May 2025 19:08:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0C66D1104A7 for ; Sat, 10 May 2025 19:08:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB2A83432EF for ; Sat, 10 May 2025 19:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE444285A for ; Sat, 10 May 2025 19:08:09 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1746899803.f03e5a8e2a26b7c82a19404d98b048b258f3d6c3.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-irc/halloy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-irc/halloy/halloy-2025.5.ebuild X-VCS-Directories: net-irc/halloy/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f03e5a8e2a26b7c82a19404d98b048b258f3d6c3 X-VCS-Branch: master Date: Sat, 10 May 2025 19:08:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 675cf876-4b18-438f-9b4b-be95aacf9e04 X-Archives-Hash: 3e175703414f8a2a06bf7611eb23ff54 commit: f03e5a8e2a26b7c82a19404d98b048b258f3d6c3 Author: Alberto Gireud protonmail com> AuthorDate: Sat May 10 17:56:43 2025 +0000 Commit: David Roman gmail com> CommitDate: Sat May 10 17:56:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f03e5a8e net-irc/halloy: Fix comment in 2025.5 ebuild Signed-off-by: Alberto Gireud protonmail.com> net-irc/halloy/halloy-2025.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/halloy/halloy-2025.5.ebuild b/net-irc/halloy/halloy-2025.5.ebuild index 69006e6a0..061c5a846 100644 --- a/net-irc/halloy/halloy-2025.5.ebuild +++ b/net-irc/halloy/halloy-2025.5.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.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