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

Collapse All | Expand All

(-)xen-tools.orig//xen-tools-3.4.2-r5.ebuild (+4 lines)
Lines 76-81 Link Here
76
	usr/share/xen/qemu/openbios-sparc64"
76
	usr/share/xen/qemu/openbios-sparc64"
77
77
78
pkg_setup() {
78
pkg_setup() {
79
	if [ -x /.config/ ]; then
80
		die "the system has a dir /.config; this needs to be removed to allow the package to emerge"
81
	fi
82
79
	export "CONFIG_LOMOUNT=y"
83
	export "CONFIG_LOMOUNT=y"
80
84
81
	if ! use x86 && ! has x86 $(get_all_abis) && use hvm; then
85
	if ! use x86 && ! has x86 $(get_all_abis) && use hvm; then

Return to bug 376819