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

(-)a/www-client/firefox/firefox-7.0.1-r1.ebuild (-1 / +4 lines)
Lines 21-27 HOMEPAGE="http://www.mozilla.com/firefox" Link Here
21
KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
21
KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
22
SLOT="0"
22
SLOT="0"
23
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
23
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
24
IUSE="bindist +crashreporter +ipc pgo system-sqlite +webm"
24
IUSE="bindist +crashreporter +ipc pgo system-sqlite +webm +jit"
25
25
26
FTP_URI="ftp://ftp.mozilla.org/pub/firefox/releases/"
26
FTP_URI="ftp://ftp.mozilla.org/pub/firefox/releases/"
27
# More URIs appended below...
27
# More URIs appended below...
Lines 228-233 src_configure() { Link Here
228
	mozconfig_annotate '' --enable-safe-browsing
228
	mozconfig_annotate '' --enable-safe-browsing
229
	mozconfig_annotate '' --with-system-png
229
	mozconfig_annotate '' --with-system-png
230
	mozconfig_annotate '' --enable-system-ffi
230
	mozconfig_annotate '' --enable-system-ffi
231
	if ! use jit ; then
232
	        mozconfig_annotate '' --disable-methodjit
233
	fi
231
234
232
	# Other ff-specific settings
235
	# Other ff-specific settings
233
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
236
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}

Return to bug 389137