commit: 4ce769c4ec4ddb9d19db45ca3f260d7234f07da4
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 21:51:17 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 21:52:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce769c4
app-emulation/xen-tools: add 'systemd' use flag
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-emulation/xen-tools/xen-tools-4.16.0-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-emulation/xen-tools/xen-tools-4.16.0-r1.ebuild
b/app-emulation/xen-tools/xen-tools-4.16.0-r1.ebuild
index b788301f56fb..04dce9e80ff1 100644
--- a/app-emulation/xen-tools/xen-tools-4.16.0-r1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.16.0-r1.ebuild
@@ -69,7 +69,7 @@ SLOT="0/$(ver_cut 1-2)"
# Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get
off his hands and) make
# >=dev-lang/ocaml-4 stable
# Masked in profiles/eapi-5-files instead
-IUSE="api debug doc +hvm +ipxe ocaml ovmf +pam pygrub python +qemu
+qemu-traditional +rombios screen selinux sdl static-libs system-ipxe
system-qemu system-seabios"
+IUSE="api debug doc +hvm +ipxe ocaml ovmf +pam pygrub python +qemu
+qemu-traditional +rombios screen selinux sdl static-libs system-ipxe
system-qemu system-seabios systemd"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
@@ -426,6 +426,7 @@ src_configure() {
$(use_enable ovmf)
$(use_enable pam)
$(use_enable rombios)
+ $(use_enable systemd)
--with-xenstored=$(usex ocaml 'oxenstored' 'xenstored')
)