From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6016E158020 for ; Mon, 28 Nov 2022 02:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D861E08C4; Mon, 28 Nov 2022 02:34:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 282E8E08C4 for ; Mon, 28 Nov 2022 02:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E02CD33BED5 for ; Mon, 28 Nov 2022 02:34:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3587773C for ; Mon, 28 Nov 2022 02:34:52 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1669602840.5c9bd87d48660861eeb9f2460e13515450b2fbb2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.03.14-r4.ebuild sys-fs/lvm2/lvm2-2.03.14-r5.ebuild sys-fs/lvm2/lvm2-2.03.16-r2.ebuild sys-fs/lvm2/lvm2-2.03.16-r3.ebuild sys-fs/lvm2/lvm2-2.03.17-r1.ebuild sys-fs/lvm2/lvm2-2.03.17.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5c9bd87d48660861eeb9f2460e13515450b2fbb2 X-VCS-Branch: master Date: Mon, 28 Nov 2022 02:34:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 646e0799-5a79-4ec3-a36a-d11762150113 X-Archives-Hash: b4e4e5bc8ea57ac3891c978f173164ef commit: 5c9bd87d48660861eeb9f2460e13515450b2fbb2 Author: Mike Gilbert gentoo org> AuthorDate: Mon Nov 28 02:25:41 2022 +0000 Commit: Mike Gilbert gentoo 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 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}" )