diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-04-17 23:51:17 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-04-17 23:52:07 +0200 |
commit | 4ce769c4ec4ddb9d19db45ca3f260d7234f07da4 (patch) | |
tree | 4048df36a9d7f696d5e26a646f0d162ef530ef88 /app-emulation | |
parent | app-emulation/xen: update HOMEPAGE (diff) | |
download | gentoo-4ce769c4ec4ddb9d19db45ca3f260d7234f07da4.tar.gz gentoo-4ce769c4ec4ddb9d19db45ca3f260d7234f07da4.tar.bz2 gentoo-4ce769c4ec4ddb9d19db45ca3f260d7234f07da4.zip |
app-emulation/xen-tools: add 'systemd' use flag
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.16.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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') ) |