Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 532632
Collapse All | Expand All

(-)/usr/portage/app-emulation/libvirt/libvirt-1.2.11.ebuild (-2 / +4 lines)
Lines 31-38 Link Here
31
DESCRIPTION="C toolkit to manipulate virtual machines"
31
DESCRIPTION="C toolkit to manipulate virtual machines"
32
HOMEPAGE="http://www.libvirt.org/"
32
HOMEPAGE="http://www.libvirt.org/"
33
LICENSE="LGPL-2.1"
33
LICENSE="LGPL-2.1"
34
IUSE="audit avahi +caps firewalld fuse iscsi +libvirtd lvm lxc +macvtap nfs \
34
IUSE="audit avahi +caps firewalld fuse gluster iscsi +libvirtd lvm lxc \
35
	nls numa openvz parted pcap phyp policykit +qemu rbd sasl \
35
	+macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd sasl \
36
	selinux +udev uml +vepa virtualbox virt-network wireshark-plugins xen \
36
	selinux +udev uml +vepa virtualbox virt-network wireshark-plugins xen \
37
	elibc_glibc systemd"
37
	elibc_glibc systemd"
38
REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
38
REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
Lines 68-73 Link Here
68
	avahi? ( >=net-dns/avahi-0.6[dbus] )
68
	avahi? ( >=net-dns/avahi-0.6[dbus] )
69
	caps? ( sys-libs/libcap-ng )
69
	caps? ( sys-libs/libcap-ng )
70
	fuse? ( >=sys-fs/fuse-2.8.6 )
70
	fuse? ( >=sys-fs/fuse-2.8.6 )
71
	gluster? ( sys-cluster/glusterfs )
71
	iscsi? ( sys-block/open-iscsi )
72
	iscsi? ( sys-block/open-iscsi )
72
	lxc? ( !systemd? ( sys-power/pm-utils ) )
73
	lxc? ( !systemd? ( sys-power/pm-utils ) )
73
	lvm? ( >=sys-fs/lvm2-2.02.48-r2 )
74
	lvm? ( >=sys-fs/lvm2-2.02.48-r2 )
Lines 281-286 Link Here
281
	myconf+=" $(use_with parted storage-disk)"
282
	myconf+=" $(use_with parted storage-disk)"
282
	myconf+=" $(use_with lvm storage-mpath)"
283
	myconf+=" $(use_with lvm storage-mpath)"
283
	myconf+=" $(use_with rbd storage-rbd)"
284
	myconf+=" $(use_with rbd storage-rbd)"
285
	myconf+=" $(use_with gluster storage-gluster)"
284
	myconf+=" $(use_with numa numactl)"
286
	myconf+=" $(use_with numa numactl)"
285
	myconf+=" $(use_with numa numad)"
287
	myconf+=" $(use_with numa numad)"
286
	myconf+=" $(use_with selinux)"
288
	myconf+=" $(use_with selinux)"

Return to bug 532632