diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-05-28 15:25:57 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-05-28 15:25:57 +0000 |
commit | d0e3a9c86009ba2557e8de0f786851a9c17999aa (patch) | |
tree | f668a68f99b7a956e58f82f67626ccc2bc8b8347 /app-emulation | |
parent | Fix path change. (diff) | |
download | gentoo-2-d0e3a9c86009ba2557e8de0f786851a9c17999aa.tar.gz gentoo-2-d0e3a9c86009ba2557e8de0f786851a9c17999aa.tar.bz2 gentoo-2-d0e3a9c86009ba2557e8de0f786851a9c17999aa.zip |
Change USE flag default to qemu since that's what most people are using libvirt for.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-1.0.5.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 2dfa8b8a39ad..ee4db8421453 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.272 2013/05/28 15:22:43 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.273 2013/05/28 15:25:57 cardoe Exp $ + + 28 May 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.5.1.ebuild: + Change USE flag default to qemu since that's what most people are using + libvirt for. 28 May 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.5.1.ebuild: Fix path change. diff --git a/app-emulation/libvirt/libvirt-1.0.5.1.ebuild b/app-emulation/libvirt/libvirt-1.0.5.1.ebuild index 98b7e43f87ee..b32f4659af6f 100644 --- a/app-emulation/libvirt/libvirt-1.0.5.1.ebuild +++ b/app-emulation/libvirt/libvirt-1.0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild,v 1.5 2013/05/28 15:22:43 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild,v 1.6 2013/05/28 15:25:57 cardoe Exp $ EAPI=5 @@ -34,8 +34,8 @@ DESCRIPTION="C toolkit to manipulate virtual machines" HOMEPAGE="http://www.libvirt.org/" LICENSE="LGPL-2.1" SLOT="0" -IUSE="audit avahi +caps firewalld fuse iscsi +libvirtd lvm +lxc +macvtap nfs \ - nls numa openvz parted pcap phyp policykit python qemu rbd sasl \ +IUSE="audit avahi +caps firewalld fuse iscsi +libvirtd lvm lxc +macvtap nfs \ + nls numa openvz parted pcap phyp policykit python +qemu rbd sasl \ selinux +udev uml +vepa virtualbox virt-network xen elibc_glibc \ systemd" REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) ) |