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

Collapse All | Expand All

(-)gnome2.eclass (-2 / +5 lines)
Lines 38-44 Link Here
38
gnome2_src_unpack() {
38
gnome2_src_unpack() {
39
	unpack ${A}
39
	unpack ${A}
40
	cd "${S}"
40
	cd "${S}"
41
	[[ "${EAPI}" != 2 ]] && gnome2_src_prepare
42
}
41
43
44
gnome2_src_prepare() {
42
	# Prevent scrollkeeper access violations
45
	# Prevent scrollkeeper access violations
43
	gnome2_omf_fix
46
	gnome2_omf_fix
44
47
Lines 67-73 Link Here
67
}
70
}
68
71
69
gnome2_src_compile() {
72
gnome2_src_compile() {
70
	gnome2_src_configure "$@"
73
	[[ "${EAPI}" != 2 ]] && gnome2_src_configure
71
	emake || die "compile failure"
74
	emake || die "compile failure"
72
}
75
}
73
76
Lines 137-140 Link Here
137
}
140
}
138
141
139
# pkg_prerm
142
# pkg_prerm
140
EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm
143
EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_configure src_install pkg_preinst pkg_postinst pkg_postrm

Return to bug 239123