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

Collapse All | Expand All

(-)eclass/gnome2.eclass (+2 lines)
Lines 79-84 Link Here
79
}
79
}
80
80
81
gnome2_src_compile() {
81
gnome2_src_compile() {
82
	addpredict $(unset HOME; echo ~)/.gconf
83
	addpredict $(unset HOME; echo ~)/.gconfd
82
	has ${EAPI:-0} 0 1 && gnome2_src_configure "$@"
84
	has ${EAPI:-0} 0 1 && gnome2_src_configure "$@"
83
	emake || die "compile failure"
85
	emake || die "compile failure"
84
}
86
}

Return to bug 358755