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

Collapse All | Expand All

(-)a/eclass/mozconfig-3.eclass (+3 lines)
Lines 34-39 mozconfig_config() { Link Here
34
34
35
	if has bindist ${IUSE}; then
35
	if has bindist ${IUSE}; then
36
		mozconfig_use_enable !bindist official-branding
36
		mozconfig_use_enable !bindist official-branding
37
		if [[ ${PN} == firefox ]] ; then
38
			--with-branding=browser/branding/aurora
39
		fi
37
	fi
40
	fi
38
41
39
	mozconfig_use_enable alsa ogg
42
	mozconfig_use_enable alsa ogg
(-)a/www-client/firefox/firefox-11.0_beta4.ebuild (-3 / +3 lines)
Lines 273-283 src_install() { Link Here
273
	local size sizes icon_path icon name
273
	local size sizes icon_path icon name
274
	if use bindist; then
274
	if use bindist; then
275
		sizes="16 32 48"
275
		sizes="16 32 48"
276
		icon_path="${S}/browser/branding/unofficial"
276
		icon_path="${S}/browser/branding/aurora"
277
		# Firefox's new rapid release cycle means no more codenames
277
		# Firefox's new rapid release cycle means no more codenames
278
		# Let's just stick with this one...
278
		# Let's just stick with this one...
279
		icon="tumucumaque"
279
		icon="aurora"
280
		name="Tumucumaque"
280
		name="Aurora"
281
	else
281
	else
282
		sizes="16 22 24 32 256"
282
		sizes="16 22 24 32 256"
283
		icon_path="${S}/browser/branding/official"
283
		icon_path="${S}/browser/branding/official"

Return to bug 404999