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 B7CFF15800F for ; Sat, 21 Jan 2023 20:50:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0A53E07EA; Sat, 21 Jan 2023 20:50:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 939C3E07EA for ; Sat, 21 Jan 2023 20:50:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8875133BDF0 for ; Sat, 21 Jan 2023 20:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED4597F2 for ; Sat, 21 Jan 2023 20:50:16 +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: <1674334205.1653e5d34a6079edb6d3b3b0d4ec0460be7bd457.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lnav/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/lnav/lnav-0.11.1-r1.ebuild X-VCS-Directories: app-admin/lnav/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1653e5d34a6079edb6d3b3b0d4ec0460be7bd457 X-VCS-Branch: master Date: Sat, 21 Jan 2023 20:50:16 +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: da6ebd1a-aa18-40ae-b584-7017817ba43d X-Archives-Hash: e831133be752671523104bbe8831d4a7 commit: 1653e5d34a6079edb6d3b3b0d4ec0460be7bd457 Author: Sam James gentoo org> AuthorDate: Sat Jan 21 20:49:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 21 20:50:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1653e5d3 app-admin/lnav: fix patch filename Closes: https://bugs.gentoo.org/891631 Fixes: 69504c316cdb25bc2d97e27ea16b8e25ecdb9c35 Signed-off-by: Sam James gentoo.org> app-admin/lnav/lnav-0.11.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/lnav/lnav-0.11.1-r1.ebuild b/app-admin/lnav/lnav-0.11.1-r1.ebuild index 2fe5510f0da9..5889cf19ccf9 100644 --- a/app-admin/lnav/lnav-0.11.1-r1.ebuild +++ b/app-admin/lnav/lnav-0.11.1-r1.ebuild @@ -36,7 +36,7 @@ DOCS=( AUTHORS NEWS.md README ) PATCHES=( "${FILESDIR}"/${PN}-0.11.0-disable-tests.patch - "${FILESDIR}"/0001-Fix-build-with-GCC-13-add-missing-cstdint-include.patch + "${FILESDIR}"/${PN}-0.11.1-0001-Fix-build-with-GCC-13-add-missing-cstdint-include.patch ) src_prepare() {