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 (-1 / +12 lines)
Lines 38-43 Link Here
38
gnome2_src_unpack() {
38
gnome2_src_unpack() {
39
	unpack ${A}
39
	unpack ${A}
40
	cd "${S}"
40
	cd "${S}"
41
	gnome2_src_prepare
42
}
43
44
gnome2_src_prepare() {
41
45
42
	# Prevent scrollkeeper access violations
46
	# Prevent scrollkeeper access violations
43
	gnome2_omf_fix
47
	gnome2_omf_fix
Lines 137-140 Link Here
137
}
141
}
138
142
139
# pkg_prerm
143
# pkg_prerm
140
EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm
144
case "${EAPI}" in
145
	2)
146
		EXPORT_FUNCTIONS src_prepare src_configure src_install pkg_preinst pkg_postinst pkg_postrm
147
		;;
148
	*)
149
		EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm
150
		;;
151
esac

Return to bug 239123