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 C636415806E for ; Wed, 17 May 2023 19:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA2CFE0802; Wed, 17 May 2023 19:29:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D33FBE0802 for ; Wed, 17 May 2023 19:29:46 +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 21313340D2D for ; Wed, 17 May 2023 19:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 899C7A34 for ; Wed, 17 May 2023 19:29:44 +0000 (UTC) From: "David Seifert" 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 Seifert" Message-ID: <1684351778.2cf70d5101094127da6edd2e967b7b8e8ab8e7f1.soap@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.21.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2cf70d5101094127da6edd2e967b7b8e8ab8e7f1 X-VCS-Branch: master Date: Wed, 17 May 2023 19:29:44 +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: 030aa04e-a72f-4843-acec-7f5bdc786704 X-Archives-Hash: a325a423adca3d4a9e982d9973feafb2 commit: 2cf70d5101094127da6edd2e967b7b8e8ab8e7f1 Author: David Seifert gentoo org> AuthorDate: Wed May 17 19:29:38 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Wed May 17 19:29:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf70d51 sys-fs/lvm2: remove unnecessary patch Signed-off-by: David Seifert gentoo.org> sys-fs/lvm2/lvm2-2.03.21.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-fs/lvm2/lvm2-2.03.21.ebuild b/sys-fs/lvm2/lvm2-2.03.21.ebuild index 2edbb12b2d1f..ead382571e18 100644 --- a/sys-fs/lvm2/lvm2-2.03.21.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.21.ebuild @@ -66,7 +66,6 @@ PATCHES=( "${FILESDIR}"/${PN}-2.03.20-example.conf.in.patch # For upstream -- review and forward: - "${FILESDIR}"/${PN}-2.03.20-locale-muck.patch #330373 "${FILESDIR}"/${PN}-2.03.20-dmeventd-no-idle-exit.patch "${FILESDIR}"/${PN}-2.03.20-freopen-musl.patch )