diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-11-27 21:25:41 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-11-27 21:34:00 -0500 |
commit | 5c9bd87d48660861eeb9f2460e13515450b2fbb2 (patch) | |
tree | bcb4a58d406979d709f7ab2bc5fab31d4bb2d28f /sys-fs | |
parent | net-firewall/ipset: move libipset to /usr/lib (diff) | |
download | gentoo-5c9bd87d48660861eeb9f2460e13515450b2fbb2.tar.gz gentoo-5c9bd87d48660861eeb9f2460e13515450b2fbb2.tar.bz2 gentoo-5c9bd87d48660861eeb9f2460e13515450b2fbb2.zip |
sys-fs/lvm2: wire up app-machineid and systemd-journal options
Closes: https://bugs.gentoo.org/883355
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.03.14-r5.ebuild (renamed from sys-fs/lvm2/lvm2-2.03.14-r4.ebuild) | 2 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.03.16-r3.ebuild (renamed from sys-fs/lvm2/lvm2-2.03.16-r2.ebuild) | 2 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.03.17-r1.ebuild (renamed from sys-fs/lvm2/lvm2-2.03.17.ebuild) | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sys-fs/lvm2/lvm2-2.03.14-r4.ebuild b/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild index b991a1ef1218..28ca34698ab5 100644 --- a/sys-fs/lvm2/lvm2-2.03.14-r4.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild @@ -185,6 +185,8 @@ src_configure() { $(use_enable sanlock lvmlockd-sanlock) $(use_enable systemd udev-systemd-background-jobs) $(use_enable systemd notify-dbus) + $(use_enable systemd app-machineid) + $(use_enable systemd systemd-journal) --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" CLDFLAGS="${LDFLAGS}" ) diff --git a/sys-fs/lvm2/lvm2-2.03.16-r2.ebuild b/sys-fs/lvm2/lvm2-2.03.16-r3.ebuild index 4b49e8d27e66..22b60b03d2cc 100644 --- a/sys-fs/lvm2/lvm2-2.03.16-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.16-r3.ebuild @@ -196,6 +196,8 @@ src_configure() { $(use_enable $(usex lvm sanlock lvm) lvmlockd-sanlock) $(use_enable systemd udev-systemd-background-jobs) $(use_enable systemd notify-dbus) + $(use_enable systemd app-machineid) + $(use_enable systemd systemd-journal) --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" CLDFLAGS="${LDFLAGS}" READELF="${READELF}" diff --git a/sys-fs/lvm2/lvm2-2.03.17.ebuild b/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild index bac333f06f9e..75978463ffef 100644 --- a/sys-fs/lvm2/lvm2-2.03.17.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild @@ -175,6 +175,8 @@ src_configure() { $(use_enable $(usex lvm sanlock lvm) lvmlockd-sanlock) $(use_enable systemd udev-systemd-background-jobs) $(use_enable systemd notify-dbus) + $(use_enable systemd app-machineid) + $(use_enable systemd systemd-journal) --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" CLDFLAGS="${LDFLAGS}" ) |