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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E9C8158041 for ; Tue, 7 Sep 2021 18:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ADA0E0893; Tue, 7 Sep 2021 18:38:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CACDE08A8 for ; Tue, 7 Sep 2021 18:38:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B65C34315A for ; Tue, 7 Sep 2021 18:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D878DBD for ; Tue, 7 Sep 2021 18:38:29 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1631039903.bca8bab20d6d20f3e362b716500242b25b625ce4.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-fs/lvm2/ X-VCS-Repository: proj/musl X-VCS-Files: sys-fs/lvm2/lvm2-2.02.188-r1.ebuild sys-fs/lvm2/lvm2-2.02.188-r2.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: bca8bab20d6d20f3e362b716500242b25b625ce4 X-VCS-Branch: master Date: Tue, 7 Sep 2021 18:38:29 +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: 013636bb-8152-4742-924b-6ce37e9a1a89 X-Archives-Hash: 0b9fe4dcf54a9ee7d9f7e4440494bb5e commit: bca8bab20d6d20f3e362b716500242b25b625ce4 Author: Jory Pratt gentoo org> AuthorDate: Tue Sep 7 18:38:23 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Sep 7 18:38:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=bca8bab2 sys-fs/lvm2: sync with ::gentoo Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Jory Pratt gentoo.org> sys-fs/lvm2/{lvm2-2.02.188-r1.ebuild => lvm2-2.02.188-r2.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.02.188-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.188-r2.ebuild similarity index 99% rename from sys-fs/lvm2/lvm2-2.02.188-r1.ebuild rename to sys-fs/lvm2/lvm2-2.02.188-r2.ebuild index 083ce4d..14cda96 100644 --- a/sys-fs/lvm2/lvm2-2.02.188-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.188-r2.ebuild @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86" IUSE="readline static static-libs systemd lvm2create_initrd sanlock selinux +udev +thin device-mapper-only" REQUIRED_USE="device-mapper-only? ( !lvm2create_initrd !sanlock !thin ) - static? ( !systemd ) + static? ( !systemd !udev ) + static-libs? ( !udev ) systemd? ( udev )" DEPEND_COMMON=" @@ -24,7 +25,7 @@ DEPEND_COMMON=" readline? ( sys-libs/readline:0= ) sanlock? ( sys-cluster/sanlock ) systemd? ( >=sys-apps/systemd-205:0= ) - udev? ( >=virtual/libudev-208:=[static-libs(-)?] )" + udev? ( >=virtual/libudev-208:= )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run. # This version of LVM is incompatible with cryptsetup <1.1.2.