diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-04-18 10:32:46 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-04-18 10:34:06 +0200 |
commit | 2b2172d6c02b5d4391504a8d9f99aaff197ce4f4 (patch) | |
tree | 126c9d9420086231c6e76cdb648b00d0da05c869 /app-emulation/xen-tools | |
parent | app-emulation/xen: shorten ebuild: drop merge_config.sh, use alldefconfig (diff) | |
download | gentoo-2b2172d6c02b5d4391504a8d9f99aaff197ce4f4.tar.gz gentoo-2b2172d6c02b5d4391504a8d9f99aaff197ce4f4.tar.bz2 gentoo-2b2172d6c02b5d4391504a8d9f99aaff197ce4f4.zip |
app-emulation/xen-tools: fix dependencies
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild (renamed from app-emulation/xen-tools/xen-tools-4.16.0-r2.ebuild) | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.16.0-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild index 280ccd68b1e4..26109c86637a 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.0-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.0-r3.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 systemd" +IUSE="api debug doc +hvm +ipxe lzma ocaml ovmf +pam pygrub python +qemu +qemu-traditional +rombios screen selinux sdl static-libs system-ipxe system-qemu system-seabios systemd zstd" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -82,12 +82,17 @@ REQUIRED_USE=" ?? ( qemu system-qemu )" COMMON_DEPEND=" - sys-apps/pciutils + lzma? ( app-arch/xz-utils ) + qemu? ( dev-libs/glib:2 ) + zstd? ( app-arch/zstd ) + app-arch/bzip2 + app-arch/zstd + dev-libs/libnl:3 dev-libs/lzo:2 - dev-libs/glib:2 dev-libs/yajl - dev-libs/libaio - dev-libs/libgcrypt:0 + sys-apps/util-linux + sys-fs/e2fsprogs + sys-libs/ncurses sys-libs/zlib ${PYTHON_DEPS} " |