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 254741581E7 for ; Fri, 26 Apr 2024 13:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59CDCE29B5; Fri, 26 Apr 2024 13:25:54 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38B67E29B5 for ; Fri, 26 Apr 2024 13:25:54 +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 5689433BE91 for ; Fri, 26 Apr 2024 13:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E497D173B for ; Fri, 26 Apr 2024 13:25:51 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1714137935.770a196473e9d3bd06e2a05691e9295a2a377a5c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.03.22-r1.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 770a196473e9d3bd06e2a05691e9295a2a377a5c X-VCS-Branch: master Date: Fri, 26 Apr 2024 13:25:51 +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: 752037d2-f136-42ca-9b4e-2cc9ed7a499c X-Archives-Hash: bbf65016d401ccff237e8107fa8b47f3 commit: 770a196473e9d3bd06e2a05691e9295a2a377a5c Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Apr 26 13:24:26 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Apr 26 13:25:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770a1964 sys-fs/lvm2: Add egrep patch also to 2.03.22-r1 (rust isnt magically happening on ia64 and alpha) Closes: https://bugs.gentoo.org/930700 Signed-off-by: Andreas K. Hüttel gentoo.org> sys-fs/lvm2/lvm2-2.03.22-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/lvm2/lvm2-2.03.22-r1.ebuild b/sys-fs/lvm2/lvm2-2.03.22-r1.ebuild index 9a6df74983f8..2a2c7314d210 100644 --- a/sys-fs/lvm2/lvm2-2.03.22-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.22-r1.ebuild @@ -68,6 +68,7 @@ PATCHES=( # For upstream -- review and forward: "${FILESDIR}"/${PN}-2.03.20-dmeventd-no-idle-exit.patch "${FILESDIR}"/${PN}-2.03.20-freopen-musl.patch + "${FILESDIR}"/${PN}-2.03.22-autoconf-2.72-egrep.patch ) pkg_setup() {