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

Collapse All | Expand All

(-)/var/db/repos/gentoo/www-client/firefox/firefox-60.0.2.ebuild (-2 / +8 lines)
Lines 29-36 Link Here
29
29
30
MOZCONFIG_OPTIONAL_WIFI=1
30
MOZCONFIG_OPTIONAL_WIFI=1
31
31
32
inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.60 \
32
inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils llvm \
33
		pax-utils xdg-utils autotools mozlinguas-v2
33
		mozconfig-v6.60 pax-utils xdg-utils autotools mozlinguas-v2
34
34
35
DESCRIPTION="Firefox Web Browser"
35
DESCRIPTION="Firefox Web Browser"
36
HOMEPAGE="http://www.mozilla.com/firefox"
36
HOMEPAGE="http://www.mozilla.com/firefox"
Lines 78-83 Link Here
78
	GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm )
78
	GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm )
79
fi
79
fi
80
80
81
llvm_check_deps() {
82
	has_version "sys-devel/clang:${LLVM_SLOT}"
83
}
84
81
pkg_setup() {
85
pkg_setup() {
82
	moz_pkgsetup
86
	moz_pkgsetup
83
87
Lines 99-104 Link Here
99
	fi
103
	fi
100
104
101
	addpredict /proc/self/oom_score_adj
105
	addpredict /proc/self/oom_score_adj
106
107
	llvm_pkg_setup
102
}
108
}
103
109
104
pkg_pretend() {
110
pkg_pretend() {

Return to bug 658402