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

(-)/usr/portage/app-emulation/libguestfs/libguestfs-1.36.13.ebuild (-4 / +9 lines)
Lines 19-25 Link Here
19
SLOT="0/"${MY_PV_1}""
19
SLOT="0/"${MY_PV_1}""
20
20
21
KEYWORDS="~amd64"
21
KEYWORDS="~amd64"
22
IUSE="bash-completion debug doc erlang +fuse gtk inspect-icons introspection lua ocaml +perl python ruby selinux static-libs systemtap test"
22
IUSE="bash-completion debug doc erlang +fuse gtk inspect-icons introspection libvirt lua ocaml +perl python ruby selinux static-libs systemtap test"
23
23
24
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
24
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
25
25
Lines 38-44 Link Here
38
	>=app-emulation/qemu-2.0[qemu_softmmu_targets_x86_64,systemtap?,selinux?,filecaps]
38
	>=app-emulation/qemu-2.0[qemu_softmmu_targets_x86_64,systemtap?,selinux?,filecaps]
39
	sys-apps/fakeroot
39
	sys-apps/fakeroot
40
	sys-apps/file
40
	sys-apps/file
41
	app-emulation/libvirt
41
	libvirt? ( app-emulation/libvirt )
42
	dev-libs/libxml2:2
42
	dev-libs/libxml2:2
43
	>=sys-apps/fakechroot-2.8
43
	>=sys-apps/fakechroot-2.8
44
	>=app-admin/augeas-1.0.0
44
	>=app-admin/augeas-1.0.0
Lines 128-136 Link Here
128
	# configured kernel.
128
	# configured kernel.
129
	export vmchannel_test=no
129
	export vmchannel_test=no
130
130
131
	DEFAULT_BACKEND=direct
132
	if use libvirt; then
133
		DEFAULT_BACKEND=libvirt
134
	fi
135
131
	econf \
136
	econf \
132
		--with-libvirt \
137
		$(use_with libvirt) \
133
		--with-default-backend=libvirt \
138
		--with-default-backend=$DEFAULT_BACKEND \
134
		--disable-appliance \
139
		--disable-appliance \
135
		--disable-daemon \
140
		--disable-daemon \
136
		--with-extra="-gentoo" \
141
		--with-extra="-gentoo" \
(-)/usr/portage/app-emulation/libguestfs/metadata.xml (+1 lines)
Lines 19-24 Link Here
19
<use>
19
<use>
20
	<flag name="fuse">Enable image mount support via fuse</flag>
20
	<flag name="fuse">Enable image mount support via fuse</flag>
21
	<flag name="erlang">Build Erlang bindings</flag>
21
	<flag name="erlang">Build Erlang bindings</flag>
22
	<flag name="libvirt">USE libvirt as backend (instead of direct)</flag>
22
	<flag name="systemtap">Use <pkg>dev-util/systemtap</pkg> to inspect VM via "probes" way</flag>
23
	<flag name="systemtap">Use <pkg>dev-util/systemtap</pkg> to inspect VM via "probes" way</flag>
23
	<flag name="inspect-icons">Use <pkg>media-gfx/icoutils</pkg>for acces icon file in image and inspect it</flag>
24
	<flag name="inspect-icons">Use <pkg>media-gfx/icoutils</pkg>for acces icon file in image and inspect it</flag>
24
</use>
25
</use>

Return to bug 672452