Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/
Date: Mon, 28 Nov 2022 02:34:56
Message-Id: 1669602840.5c9bd87d48660861eeb9f2460e13515450b2fbb2.floppym@gentoo
1 commit: 5c9bd87d48660861eeb9f2460e13515450b2fbb2
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 02:25:41 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 02:34:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9bd87d
7
8 sys-fs/lvm2: wire up app-machineid and systemd-journal options
9
10 Closes: https://bugs.gentoo.org/883355
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-fs/lvm2/{lvm2-2.03.14-r4.ebuild => lvm2-2.03.14-r5.ebuild} | 2 ++
14 sys-fs/lvm2/{lvm2-2.03.16-r2.ebuild => lvm2-2.03.16-r3.ebuild} | 2 ++
15 sys-fs/lvm2/{lvm2-2.03.17.ebuild => lvm2-2.03.17-r1.ebuild} | 2 ++
16 3 files changed, 6 insertions(+)
17
18 diff --git a/sys-fs/lvm2/lvm2-2.03.14-r4.ebuild b/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild
19 similarity index 99%
20 rename from sys-fs/lvm2/lvm2-2.03.14-r4.ebuild
21 rename to sys-fs/lvm2/lvm2-2.03.14-r5.ebuild
22 index b991a1ef1218..28ca34698ab5 100644
23 --- a/sys-fs/lvm2/lvm2-2.03.14-r4.ebuild
24 +++ b/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild
25 @@ -185,6 +185,8 @@ src_configure() {
26 $(use_enable sanlock lvmlockd-sanlock)
27 $(use_enable systemd udev-systemd-background-jobs)
28 $(use_enable systemd notify-dbus)
29 + $(use_enable systemd app-machineid)
30 + $(use_enable systemd systemd-journal)
31 --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
32 CLDFLAGS="${LDFLAGS}"
33 )
34
35 diff --git a/sys-fs/lvm2/lvm2-2.03.16-r2.ebuild b/sys-fs/lvm2/lvm2-2.03.16-r3.ebuild
36 similarity index 99%
37 rename from sys-fs/lvm2/lvm2-2.03.16-r2.ebuild
38 rename to sys-fs/lvm2/lvm2-2.03.16-r3.ebuild
39 index 4b49e8d27e66..22b60b03d2cc 100644
40 --- a/sys-fs/lvm2/lvm2-2.03.16-r2.ebuild
41 +++ b/sys-fs/lvm2/lvm2-2.03.16-r3.ebuild
42 @@ -196,6 +196,8 @@ src_configure() {
43 $(use_enable $(usex lvm sanlock lvm) lvmlockd-sanlock)
44 $(use_enable systemd udev-systemd-background-jobs)
45 $(use_enable systemd notify-dbus)
46 + $(use_enable systemd app-machineid)
47 + $(use_enable systemd systemd-journal)
48 --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
49 CLDFLAGS="${LDFLAGS}"
50 READELF="${READELF}"
51
52 diff --git a/sys-fs/lvm2/lvm2-2.03.17.ebuild b/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild
53 similarity index 99%
54 rename from sys-fs/lvm2/lvm2-2.03.17.ebuild
55 rename to sys-fs/lvm2/lvm2-2.03.17-r1.ebuild
56 index bac333f06f9e..75978463ffef 100644
57 --- a/sys-fs/lvm2/lvm2-2.03.17.ebuild
58 +++ b/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild
59 @@ -175,6 +175,8 @@ src_configure() {
60 $(use_enable $(usex lvm sanlock lvm) lvmlockd-sanlock)
61 $(use_enable systemd udev-systemd-background-jobs)
62 $(use_enable systemd notify-dbus)
63 + $(use_enable systemd app-machineid)
64 + $(use_enable systemd systemd-journal)
65 --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
66 CLDFLAGS="${LDFLAGS}"
67 )