Сравнение qtwebengine-6.10.1 с qtwebengine-6.10.3

/usr/portage/dev-qt/qtwebengine/qtwebengine-6.10.3.ebuild 2026-05-01 00:17:34.708130086 +0300
108 108

  
109 109
PATCHES+=(
110 110
	# add extras as needed here, may merge in set if carries across versions
111
	"${FILESDIR}"/${PN}-6.10.1-clang-bfd.patch
111
	"${FILESDIR}"/${PN}-6.10.2-clang-22.patch
112
	"${FILESDIR}"/${PN}-6.10.3-climits.patch
112 113
)
113 114

  
114 115
python_check_deps() {
......
251 252
			ewarn "-g2+/-ggdb* *FLAGS replaced with -g1 (enable USE=custom-cflags to keep)"
252 253
		fi
253 254

  
255
		# gcc-16 with -O3 is known to cause runtime issues (bug #968755)
256
		tc-is-gcc && [[ $(gcc-major-version) -ge 16 ]] &&
257
			replace-flags '-O[3-9]' -O2
258

  
254 259
		# Qt normally ignores users *FLAGS specifically for qtwebengine, and
255 260
		# does not really support passing -march -- qt6-build.eclass has some
256 261
		# checks to ensure working flags with amd64, but that does not exist
Спасибо!