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/xen-tools-3.4.2-r5.ebuild (-5 lines)
Lines 76-86 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
        	ewarn "*** system has a dir /.config ***"
81
		die "***this needs to be removed to allow the package to emerge***"
82
	fi
83
84
	export "CONFIG_LOMOUNT=y"
79
	export "CONFIG_LOMOUNT=y"
85
80
86
	if ! use x86 && ! has x86 $(get_all_abis) && use hvm; then
81
	if ! use x86 && ! has x86 $(get_all_abis) && use hvm; then

Return to bug 376819