diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-02-11 23:24:11 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-02-11 23:24:11 +0000 |
commit | 35d6f24e63928bb685282aa9096741c0348e04c6 (patch) | |
tree | b61fb35dff25c4e2a0002eb01b3c36ce601a0f21 /app-emulation/qemu-kvm | |
parent | Enable a few USE flags by default since users will really want this on by def... (diff) | |
download | historical-35d6f24e63928bb685282aa9096741c0348e04c6.tar.gz historical-35d6f24e63928bb685282aa9096741c0348e04c6.tar.bz2 historical-35d6f24e63928bb685282aa9096741c0348e04c6.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.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/qemu-kvm')
-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 41e23a6f5c58..05872d349721 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.96 2012/02/11 23:22:46 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.97 2012/02/11 23:24:11 cardoe Exp $ + + 11 Feb 2012; Doug Goldstein <cardoe@gentoo.org> Manifest: + 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. 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 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" |