summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2016-12-03 12:38:25 +0800
committerYixun Lan <dlan@gentoo.org>2016-12-07 09:45:44 +0800
commita32db681c2289c5894dbbda52d099c7b4b095a0a (patch)
treea9e33e17827dd049ca139a3827597633510deae3 /app-emulation/xen-tools
parentapp-emulation/xen-tools: fix XSA-199 (diff)
downloadgentoo-a32db681c2289c5894dbbda52d099c7b4b095a0a.tar.gz
gentoo-a32db681c2289c5894dbbda52d099c7b4b095a0a.tar.bz2
gentoo-a32db681c2289c5894dbbda52d099c7b4b095a0a.zip
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
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r--app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild6
-rw-r--r--app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild6
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