commit: 5c9bd87d48660861eeb9f2460e13515450b2fbb2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Nov 28 02:25:41 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Nov 28 02:34:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9bd87d
sys-fs/lvm2: wire up app-machineid and systemd-journal options Closes: https://bugs.gentoo.org/883355 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-fs/lvm2/{lvm2-2.03.14-r4.ebuild => lvm2-2.03.14-r5.ebuild} | 2 ++ sys-fs/lvm2/{lvm2-2.03.16-r2.ebuild => lvm2-2.03.16-r3.ebuild} | 2 ++ sys-fs/lvm2/{lvm2-2.03.17.ebuild => lvm2-2.03.17-r1.ebuild} | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sys-fs/lvm2/lvm2-2.03.14-r4.ebuild b/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild similarity index 99% rename from sys-fs/lvm2/lvm2-2.03.14-r4.ebuild rename to 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 similarity index 99% rename from sys-fs/lvm2/lvm2-2.03.16-r2.ebuild rename to 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 similarity index 99% rename from sys-fs/lvm2/lvm2-2.03.17.ebuild rename to 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}" )
