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 23F25158089 for ; Wed, 6 Sep 2023 08:47:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6711D2BC016; Wed, 6 Sep 2023 08:47:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 445192BC016 for ; Wed, 6 Sep 2023 08:47:14 +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 3AA4B335C9F for ; Wed, 6 Sep 2023 08:47:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996C010F2 for ; Wed, 6 Sep 2023 08:47:11 +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: <1693989995.98ef422b30a9670786280a452b2cf1263b484b9d.sam@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-r1.ebuild sys-fs/lvm2/lvm2-2.03.21.ebuild sys-fs/lvm2/lvm2-2.03.22-r1.ebuild sys-fs/lvm2/lvm2-2.03.22-r2.ebuild sys-fs/lvm2/lvm2-2.03.22.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98ef422b30a9670786280a452b2cf1263b484b9d X-VCS-Branch: master Date: Wed, 6 Sep 2023 08:47:11 +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: 2bbb9455-46c1-4f8d-9559-7fde1fc06f2d X-Archives-Hash: 4fc7c1694aff7f8277df9025fb24342b commit: 98ef422b30a9670786280a452b2cf1263b484b9d Author: Sam James gentoo org> AuthorDate: Wed Sep 6 08:44:52 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 6 08:46:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ef422b sys-fs/lvm2: require newer thin-provisioning-tools in new revision This gives us a slightly easier transition for wd40 arches where people might rely on thin provisioning (which now requires Rust). Bug: https://bugs.gentoo.org/913711 Signed-off-by: Sam James gentoo.org> sys-fs/lvm2/{lvm2-2.03.21.ebuild => lvm2-2.03.21-r1.ebuild} | 2 +- sys-fs/lvm2/{lvm2-2.03.22.ebuild => lvm2-2.03.22-r1.ebuild} | 2 +- sys-fs/lvm2/{lvm2-2.03.21.ebuild => lvm2-2.03.22-r2.ebuild} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.03.21.ebuild b/sys-fs/lvm2/lvm2-2.03.21-r1.ebuild similarity index 99% copy from sys-fs/lvm2/lvm2-2.03.21.ebuild copy to sys-fs/lvm2/lvm2-2.03.21-r1.ebuild index 3c242d428277..f51ecb233a38 100644 --- a/sys-fs/lvm2/lvm2-2.03.21.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.21-r1.ebuild @@ -40,7 +40,7 @@ RDEPEND=" >=sys-apps/baselayout-2.2 lvm? ( virtual/tmpfiles - thin? ( sys-block/thin-provisioning-tools ) + thin? ( =sys-apps/baselayout-2.2 lvm? ( virtual/tmpfiles - thin? ( sys-block/thin-provisioning-tools ) + thin? ( >=sys-block/thin-provisioning-tools-1.0.6 ) ) " # note: thin-0.3.0 is required to avoid --disable-thin_check_needs_check