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

(-)a/app-emulation/libvirt/libvirt-9999.ebuild (-2 / +4 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
inherit autotools eutils user linux-info systemd readme.gentoo-r1
6
inherit autotools eutils user linux-info systemd readme.gentoo-r1 bash-completion-r1
7
7
8
if [[ ${PV} = *9999* ]]; then
8
if [[ ${PV} = *9999* ]]; then
9
	inherit git-r3
9
	inherit git-r3
Lines 355-360 src_install() { Link Here
355
	newconfd "${FILESDIR}/libvirtd.confd-r5" libvirtd || die
355
	newconfd "${FILESDIR}/libvirtd.confd-r5" libvirtd || die
356
	newconfd "${FILESDIR}/libvirt-guests.confd" libvirt-guests || die
356
	newconfd "${FILESDIR}/libvirt-guests.confd" libvirt-guests || die
357
357
358
	newbashcomp "${S}/tools/bash-completion/vsh" vsh
359
	bashcomp_alias vsh virsh virt-admin
360
358
	DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r2")
361
	DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r2")
359
	DISABLE_AUTOFORMATTING=true
362
	DISABLE_AUTOFORMATTING=true
360
	readme.gentoo_create_doc
363
	readme.gentoo_create_doc
361
- 

Return to bug 644632