diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2016-02-16 10:19:07 -0600 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2016-02-16 10:19:34 -0600 |
commit | 9f5724f90e7f58a1a17ab0ace5aa0665714f57e2 (patch) | |
tree | 7b35e6e41d395af1b3a550d7dc84f1141846ef94 /app-emulation | |
parent | sys-kernel/gentoo-sources: Linux patch 4.1.18 (diff) | |
download | gentoo-9f5724f90e7f58a1a17ab0ace5aa0665714f57e2.tar.gz gentoo-9f5724f90e7f58a1a17ab0ace5aa0665714f57e2.tar.bz2 gentoo-9f5724f90e7f58a1a17ab0ace5aa0665714f57e2.zip |
app-emulation/xen-tools: enable USE=qemu-traditional by default
To avoid breaking people, enable USE=qemu-traditional by default so that
xen-tools behaves like it has in the past.
Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.6.0-r8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.6.0-r8.ebuild b/app-emulation/xen-tools/xen-tools-4.6.0-r8.ebuild index 1c747e420adb..17c69f75ff91 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.0-r8.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.0-r8.ebuild @@ -70,7 +70,7 @@ 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 ) ) ${PYTHON_REQUIRED_USE} |