Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-fs/lvm2/
Date: Tue, 07 Sep 2021 18:38:36
Message-Id: 1631039903.bca8bab20d6d20f3e362b716500242b25b625ce4.anarchy@gentoo
1 commit: bca8bab20d6d20f3e362b716500242b25b625ce4
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 18:38:23 2021 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 18:38:23 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=bca8bab2
7
8 sys-fs/lvm2: sync with ::gentoo
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 sys-fs/lvm2/{lvm2-2.02.188-r1.ebuild => lvm2-2.02.188-r2.ebuild} | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/lvm2/lvm2-2.02.188-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.188-r2.ebuild
17 similarity index 99%
18 rename from sys-fs/lvm2/lvm2-2.02.188-r1.ebuild
19 rename to sys-fs/lvm2/lvm2-2.02.188-r2.ebuild
20 index 083ce4d..14cda96 100644
21 --- a/sys-fs/lvm2/lvm2-2.02.188-r1.ebuild
22 +++ b/sys-fs/lvm2/lvm2-2.02.188-r2.ebuild
23 @@ -14,7 +14,8 @@ SLOT="0"
24 KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
25 IUSE="readline static static-libs systemd lvm2create_initrd sanlock selinux +udev +thin device-mapper-only"
26 REQUIRED_USE="device-mapper-only? ( !lvm2create_initrd !sanlock !thin )
27 - static? ( !systemd )
28 + static? ( !systemd !udev )
29 + static-libs? ( !udev )
30 systemd? ( udev )"
31
32 DEPEND_COMMON="
33 @@ -24,7 +25,7 @@ DEPEND_COMMON="
34 readline? ( sys-libs/readline:0= )
35 sanlock? ( sys-cluster/sanlock )
36 systemd? ( >=sys-apps/systemd-205:0= )
37 - udev? ( >=virtual/libudev-208:=[static-libs(-)?] )"
38 + udev? ( >=virtual/libudev-208:= )"
39 # /run is now required for locking during early boot. /var cannot be assumed to
40 # be available -- thus, pull in recent enough baselayout for /run.
41 # This version of LVM is incompatible with cryptsetup <1.1.2.