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 AAFB6158020 for ; Sat, 26 Nov 2022 11:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E588AE086F; Sat, 26 Nov 2022 11:51:35 +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 CC12AE086F for ; Sat, 26 Nov 2022 11:51:35 +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 BD24F34144F for ; Sat, 26 Nov 2022 11:51:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2969C617 for ; Sat, 26 Nov 2022 11:51:23 +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: <1669463475.90baba4a678764fcbe0773c3073ae25e96f66208.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.17.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 90baba4a678764fcbe0773c3073ae25e96f66208 X-VCS-Branch: master Date: Sat, 26 Nov 2022 11:51:23 +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: 9d9f0ac8-ded5-48bb-bc27-b4fc47c71c66 X-Archives-Hash: f0f38572357fa03922048adea10bfa7e commit: 90baba4a678764fcbe0773c3073ae25e96f66208 Author: David Seifert gentoo org> AuthorDate: Sat Nov 26 11:51:15 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Nov 26 11:51:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90baba4a sys-fs/lvm2: remove stale hppa fixes * lvm2-2.02.166-HPPA-no-O_DIRECT.patch is not needed anymore, since upstream fixed this more than a year ago: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=df70dca995e5593e27e13cf00311d961b4def0e2;hp=9971459d19e93ff652eeaff165da72e51b256299 * Passing --disable-o_direct on hppa also isn't necessary anymore, since the O_DIRECT codepaths seem to work just fine in 2022. Tested-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> sys-fs/lvm2/lvm2-2.03.17.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.03.17.ebuild b/sys-fs/lvm2/lvm2-2.03.17.ebuild index 91f4b5074807..bac333f06f9e 100644 --- a/sys-fs/lvm2/lvm2-2.03.17.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.17.ebuild @@ -67,7 +67,6 @@ PATCHES=( "${FILESDIR}"/${PN}-2.03.12-static-pkgconfig-libs-2.patch "${FILESDIR}"/${PN}-2.03.17-pthread-pkgconfig.patch #492450 "${FILESDIR}"/${PN}-2.03.12-static-libm.patch #617756 - "${FILESDIR}"/${PN}-2.02.166-HPPA-no-O_DIRECT.patch #657446 "${FILESDIR}"/${PN}-2.03.05-dmeventd-no-idle-exit.patch "${FILESDIR}"/${PN}-2.03.14-r1-fopen-to-freopen.patch "${FILESDIR}"/${PN}-2.03.14-freopen_n2.patch @@ -139,9 +138,6 @@ src_configure() { # so we cannot disable them --with-mirrors="$(usex lvm internal none)" --with-snapshots="$(usex lvm internal none)" - - # disable O_DIRECT support on hppa, breaks pv detection (#99532) - $(usev hppa --disable-o_direct) ) if use lvm && use thin; then