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

Collapse All | Expand All

(-)mozilla.eclass.old (-2 / +2 lines)
Lines 50-57 Link Here
50
mozilla_conf() {
50
mozilla_conf() {
51
	declare enable_optimize pango_version myext x
51
	declare enable_optimize pango_version myext x
52
	declare MOZ=$([[ ${PN} == mozilla ]] && echo true || echo false)
52
	declare MOZ=$([[ ${PN} == mozilla ]] && echo true || echo false)
53
	declare FF=$([[ ${PN} == *firefox ]] && echo true || echo false)
53
	declare FF=$([[ ${PN} == mozilla-firefox* ]] && echo true || echo false)
54
	declare TB=$([[ ${PN} == *thunderbird ]] && echo true || echo false)
54
	declare TB=$([[ ${PN} == mozilla-thunderbird* ]] && echo true || echo false)
55
55
56
	####################################
56
	####################################
57
	#
57
	#

Return to bug 63037