Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55787
Collapse All | Expand All

(-)mozilla-1.7.ebuild.orig (+4 lines)
Lines 6-11 Link Here
6
# Internal USE flags that I do not really want to advertise ...
6
# Internal USE flags that I do not really want to advertise ...
7
IUSE="${IUSE} mozcalendar mozaccess mozxmlterm mozsvg"
7
IUSE="${IUSE} mozcalendar mozaccess mozxmlterm mozsvg"
8
IUSE="${IUSE} moznoirc moznomail moznocompose moznoxft"
8
IUSE="${IUSE} moznoirc moznomail moznocompose moznoxft"
9
IUSE="${IUSE} moznohtmledit"
9
10
10
unset ALLOWED_FLAGS  # stupid extra-functions.sh ... bug 49179
11
unset ALLOWED_FLAGS  # stupid extra-functions.sh ... bug 49179
11
inherit flag-o-matic gcc eutils nsplugins
12
inherit flag-o-matic gcc eutils nsplugins
Lines 228-233 Link Here
228
	if use moznocompose && use moznomail; then
229
	if use moznocompose && use moznomail; then
229
		myconf="${myconf} --disable-composer"
230
		myconf="${myconf} --disable-composer"
230
	fi
231
	fi
232
	if use moznohtmledit; then
233
		myconf="${myconf} --enable-plaintext-editor-only"
234
	fi
231
235
232
	####################################
236
	####################################
233
	#
237
	#

Return to bug 55787