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

(-)a/www-client/firefox/firefox-94.0.ebuild (-9 / +2 lines)
Lines 85-99 BDEPEND="${PYTHON_DEPS} Link Here
85
	>=net-libs/nodejs-10.23.1
85
	>=net-libs/nodejs-10.23.1
86
	virtual/pkgconfig
86
	virtual/pkgconfig
87
	>=virtual/rust-1.51.0
87
	>=virtual/rust-1.51.0
88
	<virtual/rust-1.56
88
	|| (
89
	|| (
89
		(
90
			sys-devel/clang:13
91
			sys-devel/llvm:13
92
			clang? (
93
				=sys-devel/lld-13*
94
				pgo? ( =sys-libs/compiler-rt-sanitizers-13*[profile] )
95
			)
96
		)
97
		(
90
		(
98
			sys-devel/clang:12
91
			sys-devel/clang:12
99
			sys-devel/llvm:12
92
			sys-devel/llvm:12
Lines 448-454 pkg_setup() { Link Here
448
441
449
		check-reqs_pkg_setup
442
		check-reqs_pkg_setup
450
443
451
		llvm_pkg_setup
444
		LLVM_MAX_SLOT=12 llvm_pkg_setup
452
445
453
		if use clang && use lto ; then
446
		if use clang && use lto ; then
454
			local version_lld=$(ld.lld --version 2>/dev/null | awk '{ print $2 }')
447
			local version_lld=$(ld.lld --version 2>/dev/null | awk '{ print $2 }')

Return to bug 821505