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 (-4 / +4 lines)
Lines 8-16 Link Here
8
IUSE="java gnome gtk2 ldap debug xinerama xprint"
8
IUSE="java gnome gtk2 ldap debug xinerama xprint"
9
# Internal USE flags that I do not really want to advertise ...
9
# Internal USE flags that I do not really want to advertise ...
10
IUSE="${IUSE} moznoxft"
10
IUSE="${IUSE} moznoxft"
11
[[ ${PN} == mozilla || ${PN} == mozilla-firefox ]] && \
11
[[ ${PN} == mozilla || ${PN} == mozilla-firefox* ]] && \
12
	IUSE="${IUSE} mozdevelop mozxmlterm"
12
	IUSE="${IUSE} mozdevelop mozxmlterm"
13
#[[ ${PN} == mozilla || ${PN} == mozilla-thunderbird ]] && \
13
#[[ ${PN} == mozilla || ${PN} == mozilla-thunderbird* ]] && \
14
#	IUSE="${IUSE} mozplaintext"
14
#	IUSE="${IUSE} mozplaintext"
15
[[ ${PN} == mozilla ]] && \
15
[[ ${PN} == mozilla ]] && \
16
	IUSE="${IUSE} mozsvg"
16
	IUSE="${IUSE} mozsvg"
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