commit:     2b2172d6c02b5d4391504a8d9f99aaff197ce4f4
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 08:32:46 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 08:34:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2172d6

app-emulation/xen-tools: fix dependencies

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 ...-tools-4.16.0-r2.ebuild => xen-tools-4.16.0-r3.ebuild} | 15 ++++++++++-----
 1 file 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
similarity index 97%
rename from app-emulation/xen-tools/xen-tools-4.16.0-r2.ebuild
rename to 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}
 "

Reply via email to