app-emulation/xen-tools: fix missing pixman issue
authorYixun Lan <dlan@gentoo.org>
Sat, 3 Dec 2016 04:38:25 +0000 (12:38 +0800)
committerYixun Lan <dlan@gentoo.org>
Wed, 7 Dec 2016 01:45:44 +0000 (09:45 +0800)
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
app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild

index 481f901143d875057147e11ebec4e06a296d6b62..924cc74ebe7b7701f8c003d5c17cb1d95790a01b 100644 (file)
@@ -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
index c654c77046f0247642b230a7dacc25476ba1082e..4fa0ce30face1233f5025aaa613b666e2cf28769 100644 (file)
@@ -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