diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-02-11 23:22:46 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-02-11 23:22:46 +0000 |
commit | a08657fe8f383819f796fed85d6ea9e7c290d4f2 (patch) | |
tree | 3c32678a25272be948db96ae4d5f2e034700a0fa /app-emulation | |
parent | media-gfx/blender: Fix compilation (diff) | |
download | gentoo-2-a08657fe8f383819f796fed85d6ea9e7c290d4f2.tar.gz gentoo-2-a08657fe8f383819f796fed85d6ea9e7c290d4f2.tar.bz2 gentoo-2-a08657fe8f383819f796fed85d6ea9e7c290d4f2.zip |
Enable a few USE flags by default since users will really want this on by default and they usually don't select it. We already pull in the depends through other packages we depend on as well.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-kvm/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-1.0-r2.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-emulation/qemu-kvm/ChangeLog b/app-emulation/qemu-kvm/ChangeLog index 3ae03518e2c4..41e23a6f5c58 100644 --- a/app-emulation/qemu-kvm/ChangeLog +++ b/app-emulation/qemu-kvm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/qemu-kvm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.95 2012/01/30 06:32:59 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.96 2012/02/11 23:22:46 cardoe Exp $ + + 11 Feb 2012; <cardoe@gentoo.org> qemu-kvm-1.0-r2.ebuild: + Enable a few USE flags by default since users will really want this on by + default and they usually don't select it. We already pull in the depends + through other packages we depend on as well. 30 Jan 2012; Sergei Trofimovich <slyfox@gentoo.org> files/qemu-kvm-9999-fix-nonkvm-arches.patch, qemu-kvm-9999.ebuild: diff --git a/app-emulation/qemu-kvm/qemu-kvm-1.0-r2.ebuild b/app-emulation/qemu-kvm/qemu-kvm-1.0-r2.ebuild index d35b6afdd125..2830de0b1cb8 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-1.0-r2.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r2.ebuild,v 1.1 2012/01/25 06:29:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r2.ebuild,v 1.2 2012/02/11 23:22:46 cardoe Exp $ #BACKPORTS=1 @@ -31,8 +31,8 @@ HOMEPAGE="http://www.linux-kvm.org" LICENSE="GPL-2" SLOT="0" # xen is disabled until the deps are fixed -IUSE="+aio alsa bluetooth brltty curl debug esd fdt hardened jpeg ncurses nss \ -opengl png pulseaudio qemu-ifup rbd sasl sdl spice ssl threads vde \ +IUSE="+aio alsa bluetooth brltty curl debug esd fdt hardened +jpeg ncurses nss \ +opengl +png pulseaudio qemu-ifup rbd sasl sdl spice ssl +threads vde \ +vhost-net xattr xen" # static, depends on libsdl being built with USE=static-libs, which can not # be expressed in current EAPI's @@ -232,7 +232,7 @@ src_configure() { #use static && conf_opts="${conf_opts} --static" # Support debug USE flag - use debug && conf_opts="${conf_opts} --enable-debug --disable-strip" + use debug && conf_opts="${conf_opts} --enable-debug" # Fix the $(prefix)/etc issue conf_opts="${conf_opts} --sysconfdir=/etc" |