From a32db681c2289c5894dbbda52d099c7b4b095a0a Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Sat, 3 Dec 2016 12:38:25 +0800 Subject: [PATCH] app-emulation/xen-tools: fix missing pixman issue we need either enable USE=qemu, or system-qemu Gentoo-Bug: 600234, 600500 Package-Manager: portage-2.3.2 --- app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild | 6 +++--- app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild index 481f901143d8..924cc74ebe7b 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild @@ -63,13 +63,13 @@ SLOT="0/${MAJOR_V}" # 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 custom-cflags debug doc flask hvm qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" +IUSE="api custom-cflags debug doc flask hvm +qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" -REQUIRED_USE="hvm? ( || ( qemu system-qemu ) ) +REQUIRED_USE=" ${PYTHON_REQUIRED_USE} pygrub? ( python ) ovmf? ( hvm ) - qemu? ( !system-qemu )" + ^^ ( qemu system-qemu )" COMMON_DEPEND=" dev-libs/lzo:2 diff --git a/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild index c654c77046f0..4fa0ce30face 100644 --- a/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild @@ -63,13 +63,13 @@ SLOT="0/${MAJOR_V}" # 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 custom-cflags debug doc flask hvm qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" +IUSE="api custom-cflags debug doc flask hvm +qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" -REQUIRED_USE="hvm? ( || ( qemu system-qemu ) ) +REQUIRED_USE=" ${PYTHON_REQUIRED_USE} pygrub? ( python ) ovmf? ( hvm ) - qemu? ( !system-qemu )" + ^^ ( qemu system-qemu )" COMMON_DEPEND=" dev-libs/lzo:2 -- 2.26.2