Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/
Date: Sun, 27 Oct 2019 15:31:55
Message-Id: 1572190236.9daa3c91dbe5e9e87286d78f84640083081463ed.mgorny@gentoo
1 commit: 9daa3c91dbe5e9e87286d78f84640083081463ed
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 26 15:30:11 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 15:30:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daa3c91
7
8 sys-fs/lvm2: Use-default to static-libs(-) on libudev
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-fs/lvm2/lvm2-2.02.116.ebuild | 2 +-
13 sys-fs/lvm2/lvm2-2.02.145-r2.ebuild | 2 +-
14 sys-fs/lvm2/lvm2-2.02.183.ebuild | 2 +-
15 sys-fs/lvm2/{lvm2-2.02.184-r4.ebuild => lvm2-2.02.184-r5.ebuild} | 2 +-
16 sys-fs/lvm2/lvm2-2.02.185-r1.ebuild | 2 +-
17 sys-fs/lvm2/{lvm2-2.02.186.ebuild => lvm2-2.02.186-r1.ebuild} | 2 +-
18 sys-fs/lvm2/lvm2-2.03.06.ebuild | 2 +-
19 7 files changed, 7 insertions(+), 7 deletions(-)
20
21 diff --git a/sys-fs/lvm2/lvm2-2.02.116.ebuild b/sys-fs/lvm2/lvm2-2.02.116.ebuild
22 index f7e83264dbc..cc91bf62af5 100644
23 --- a/sys-fs/lvm2/lvm2-2.02.116.ebuild
24 +++ b/sys-fs/lvm2/lvm2-2.02.116.ebuild
25 @@ -19,7 +19,7 @@ REQUIRED_USE="device-mapper-only? ( !lvm1 !lvm2create_initrd !thin )
26
27 DEPEND_COMMON="
28 readline? ( sys-libs/readline:0= )
29 - udev? ( >=virtual/libudev-208:=[static-libs?] )"
30 + udev? ( >=virtual/libudev-208:=[static-libs(-)?] )"
31 # /run is now required for locking during early boot. /var cannot be assumed to
32 # be available -- thus, pull in recent enough baselayout for /run.
33 # This version of LVM is incompatible with cryptsetup <1.1.2.
34
35 diff --git a/sys-fs/lvm2/lvm2-2.02.145-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.145-r2.ebuild
36 index d014bed6e22..70a95fcb0f7 100644
37 --- a/sys-fs/lvm2/lvm2-2.02.145-r2.ebuild
38 +++ b/sys-fs/lvm2/lvm2-2.02.145-r2.ebuild
39 @@ -19,7 +19,7 @@ REQUIRED_USE="device-mapper-only? ( !lvm1 !lvm2create_initrd !thin )
40 DEPEND_COMMON="
41 readline? ( sys-libs/readline:0= )
42 systemd? ( >=sys-apps/systemd-205:0= )
43 - udev? ( >=virtual/libudev-208:=[static-libs?] )"
44 + udev? ( >=virtual/libudev-208:=[static-libs(-)?] )"
45 # /run is now required for locking during early boot. /var cannot be assumed to
46 # be available -- thus, pull in recent enough baselayout for /run.
47 # This version of LVM is incompatible with cryptsetup <1.1.2.
48
49 diff --git a/sys-fs/lvm2/lvm2-2.02.183.ebuild b/sys-fs/lvm2/lvm2-2.02.183.ebuild
50 index 1438959ea36..24737eaf33f 100644
51 --- a/sys-fs/lvm2/lvm2-2.02.183.ebuild
52 +++ b/sys-fs/lvm2/lvm2-2.02.183.ebuild
53 @@ -23,7 +23,7 @@ DEPEND_COMMON="
54 readline? ( sys-libs/readline:0= )
55 sanlock? ( sys-cluster/sanlock )
56 systemd? ( >=sys-apps/systemd-205:0= )
57 - udev? ( >=virtual/libudev-208:=[static-libs?] )"
58 + udev? ( >=virtual/libudev-208:=[static-libs(-)?] )"
59 # /run is now required for locking during early boot. /var cannot be assumed to
60 # be available -- thus, pull in recent enough baselayout for /run.
61 # This version of LVM is incompatible with cryptsetup <1.1.2.
62
63 diff --git a/sys-fs/lvm2/lvm2-2.02.184-r4.ebuild b/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild
64 similarity index 99%
65 rename from sys-fs/lvm2/lvm2-2.02.184-r4.ebuild
66 rename to sys-fs/lvm2/lvm2-2.02.184-r5.ebuild
67 index 0c4acb77beb..e677ed82e74 100644
68 --- a/sys-fs/lvm2/lvm2-2.02.184-r4.ebuild
69 +++ b/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild
70 @@ -23,7 +23,7 @@ DEPEND_COMMON="
71 readline? ( sys-libs/readline:0= )
72 sanlock? ( sys-cluster/sanlock )
73 systemd? ( >=sys-apps/systemd-205:0= )
74 - udev? ( >=virtual/libudev-208:=[static-libs?] )"
75 + udev? ( >=virtual/libudev-208:=[static-libs(-)?] )"
76 # /run is now required for locking during early boot. /var cannot be assumed to
77 # be available -- thus, pull in recent enough baselayout for /run.
78 # This version of LVM is incompatible with cryptsetup <1.1.2.
79
80 diff --git a/sys-fs/lvm2/lvm2-2.02.185-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.185-r1.ebuild
81 index de7273ad644..ec678f7044b 100644
82 --- a/sys-fs/lvm2/lvm2-2.02.185-r1.ebuild
83 +++ b/sys-fs/lvm2/lvm2-2.02.185-r1.ebuild
84 @@ -23,7 +23,7 @@ DEPEND_COMMON="
85 readline? ( sys-libs/readline:0= )
86 sanlock? ( sys-cluster/sanlock )
87 systemd? ( >=sys-apps/systemd-205:0= )
88 - udev? ( >=virtual/libudev-208:=[static-libs?] )"
89 + udev? ( >=virtual/libudev-208:=[static-libs(-)?] )"
90 # /run is now required for locking during early boot. /var cannot be assumed to
91 # be available -- thus, pull in recent enough baselayout for /run.
92 # This version of LVM is incompatible with cryptsetup <1.1.2.
93
94 diff --git a/sys-fs/lvm2/lvm2-2.02.186.ebuild b/sys-fs/lvm2/lvm2-2.02.186-r1.ebuild
95 similarity index 99%
96 rename from sys-fs/lvm2/lvm2-2.02.186.ebuild
97 rename to sys-fs/lvm2/lvm2-2.02.186-r1.ebuild
98 index de7273ad644..ec678f7044b 100644
99 --- a/sys-fs/lvm2/lvm2-2.02.186.ebuild
100 +++ b/sys-fs/lvm2/lvm2-2.02.186-r1.ebuild
101 @@ -23,7 +23,7 @@ DEPEND_COMMON="
102 readline? ( sys-libs/readline:0= )
103 sanlock? ( sys-cluster/sanlock )
104 systemd? ( >=sys-apps/systemd-205:0= )
105 - udev? ( >=virtual/libudev-208:=[static-libs?] )"
106 + udev? ( >=virtual/libudev-208:=[static-libs(-)?] )"
107 # /run is now required for locking during early boot. /var cannot be assumed to
108 # be available -- thus, pull in recent enough baselayout for /run.
109 # This version of LVM is incompatible with cryptsetup <1.1.2.
110
111 diff --git a/sys-fs/lvm2/lvm2-2.03.06.ebuild b/sys-fs/lvm2/lvm2-2.03.06.ebuild
112 index ece787e5605..415ac2bd5a3 100644
113 --- a/sys-fs/lvm2/lvm2-2.03.06.ebuild
114 +++ b/sys-fs/lvm2/lvm2-2.03.06.ebuild
115 @@ -23,7 +23,7 @@ DEPEND_COMMON="
116 readline? ( sys-libs/readline:0= )
117 sanlock? ( sys-cluster/sanlock )
118 systemd? ( >=sys-apps/systemd-205:0= )
119 - udev? ( >=virtual/libudev-208:=[static-libs?] )"
120 + udev? ( >=virtual/libudev-208:=[static-libs(-)?] )"
121 # /run is now required for locking during early boot. /var cannot be assumed to
122 # be available -- thus, pull in recent enough baselayout for /run.
123 # This version of LVM is incompatible with cryptsetup <1.1.2.