From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F3E015800A for ; Mon, 17 Jul 2023 21:47:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5546EE089C; Mon, 17 Jul 2023 21:47:55 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A3F9E089C for ; Mon, 17 Jul 2023 21:47:55 +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 2FE68340D5A for ; Mon, 17 Jul 2023 21:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6FF6B8A for ; Mon, 17 Jul 2023 21:47:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1689630453.b1db5a75a28a6bdc0b137b058e004125db7ecf8f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/irssi/irssi-9999.ebuild X-VCS-Directories: net-irc/irssi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b1db5a75a28a6bdc0b137b058e004125db7ecf8f X-VCS-Branch: master Date: Mon, 17 Jul 2023 21:47:52 +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: 58a958fb-7ca5-4ce0-b3db-076b33f7e115 X-Archives-Hash: 2172b48be5e50e4a0fd78261c254ddec commit: b1db5a75a28a6bdc0b137b058e004125db7ecf8f Author: Sam James gentoo org> AuthorDate: Mon Jul 17 21:30:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 17 21:47:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1db5a75 net-irc/irssi: fix patch filename for 9999 Reported by needle. Signed-off-by: Sam James gentoo.org> net-irc/irssi/irssi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/irssi/irssi-9999.ebuild b/net-irc/irssi/irssi-9999.ebuild index c5cc0db2269a..8a4c76701256 100644 --- a/net-irc/irssi/irssi-9999.ebuild +++ b/net-irc/irssi/irssi-9999.ebuild @@ -40,7 +40,7 @@ BDEPEND="dev-lang/perl RDEPEND+=" selinux? ( sec-policy/selinux-irc )" PATCHES=( - "${FILESDIR}/${PN}-fix-usage-of-\$type-in-ExtUtils.patch" + "${FILESDIR}"/${PN}-1.4.4-fix-usage-of-type-in-ExtUtils.patch ) src_configure() {