commit:     a32db681c2289c5894dbbda52d099c7b4b095a0a
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 04:38:25 2016 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 01:45:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32db681

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 481f901..924cc74 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 c654c77..4fa0ce3 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

Reply via email to