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 7459215806C for ; Sun, 13 Jul 2025 11:43:07 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5FCDD341F9B for ; Sun, 13 Jul 2025 11:43:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3EF16110560; Sun, 13 Jul 2025 11:42:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3602E110560 for ; Sun, 13 Jul 2025 11:42:57 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1463341F11 for ; Sun, 13 Jul 2025 11:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E3EB30D8 for ; Sun, 13 Jul 2025 11:42:54 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1752381262.f8fcde09580a7cf00baf25f3a770ff83f87074d9.watermanpaint@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.6.ebuild X-VCS-Directories: net-irc/halloy/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: f8fcde09580a7cf00baf25f3a770ff83f87074d9 X-VCS-Branch: master Date: Sun, 13 Jul 2025 11:42:54 +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: c1ea57af-3c0f-4706-a7cc-dc258374da52 X-Archives-Hash: b06253862e5a4e1a35be4f29edd93b0d commit: f8fcde09580a7cf00baf25f3a770ff83f87074d9 Author: Alberto Gireud protonmail com> AuthorDate: Sun Jul 13 04:34:22 2025 +0000 Commit: Lucio Sauer posteo net> 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 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