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

(-)/usr/portage/app-emulation/qemu/qemu-1.1.2-r2.ebuild (-3 / +2 lines)
Lines 8-14 Link Here
8
MY_P=${MY_PN}-${PV}
8
MY_P=${MY_PN}-${PV}
9
9
10
PYTHON_DEPEND="2"
10
PYTHON_DEPEND="2"
11
inherit eutils flag-o-matic linux-info toolchain-funcs multilib python user
11
inherit eutils flag-o-matic linux-info toolchain-funcs multilib python user udev
12
BACKPORTS=6cee76f0
12
BACKPORTS=6cee76f0
13
13
14
if [[ ${PV} = *9999* ]]; then
14
if [[ ${PV} = *9999* ]]; then
Lines 306-313 Link Here
306
306
307
	if [[ -n ${softmmu_targets} ]]; then
307
	if [[ -n ${softmmu_targets} ]]; then
308
		if use kernel_linux; then
308
		if use kernel_linux; then
309
			insinto /lib/udev/rules.d/
309
			udev_newrules "${FILESDIR}"/65-kvm.rules
310
			doins "${FILESDIR}"/65-kvm.rules
311
		fi
310
		fi
312
311
313
		if use qemu_softmmu_targets_x86_64 ; then
312
		if use qemu_softmmu_targets_x86_64 ; then

Return to bug 447116