Diff firefox-147.0.2 with a firefox-147.0.3

/usr/portage/www-client/firefox/firefox-147.0.3.ebuild 2026-02-10 11:18:08.797432794 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
FIREFOX_PATCHSET="firefox-147-patches-01.tar.xz"
6
FIREFOX_PATCHSET="firefox-147-patches-02.tar.xz"
7 7

  
8 8
LLVM_COMPAT=( 19 20 21 )
9 9

  
......
20 20

  
21 21
# Information about the bundled wasi toolchain from
22 22
# https://github.com/WebAssembly/wasi-sdk/
23
WASI_SDK_VER=29.0
23
WASI_SDK_VER=30.0
24 24
WASI_SDK_LLVM_VER=21
25 25

  
26 26
MOZ_ESR=
......
729 729

  
730 730
	# Clear checksums from cargo crates we've manually patched.
731 731
	# moz_clear_vendor_checksums xyz
732
	# glslopt: bgo#969412
733
	moz_clear_vendor_checksums glslopt
732 734

  
733 735
	# Respect choice for "jumbo-build"
734 736
	# Changing the value for FILES_PER_UNIFIED_FILE may not work, see #905431
Thank you!