Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157987 | Differences between
and this patch

Collapse All | Expand All

(-)kvm-12-r2.ebuild (-1 / +1 lines)
Lines 50-56 Link Here
50
		./configure ${conf_opts}
50
		./configure ${conf_opts}
51
	#If it is we need to disable the build of the module
51
	#If it is we need to disable the build of the module
52
	else
52
	else
53
		./conigure ${conf_opts} --with-patched-kernel || die "Configure failed"
53
		./configure ${conf_opts} --with-patched-kernel || die "Configure failed"
54
	fi
54
	fi
55
	make user qemu || die "make failed"
55
	make user qemu || die "make failed"
56
}
56
}

Return to bug 157987