Diff qt-creator-20.0.0 with a qt-creator-9999

/usr/portage/dev-qt/qt-creator/qt-creator-9999.ebuild 2026-06-18 19:41:04.184387389 +0300
192 192
	local -x QT_QPA_PLATFORM=offscreen
193 193

  
194 194
	local CMAKE_SKIP_TESTS=(
195
		# broke since 17.0.0 and hasn't really been looked into yet,
196
		# does not seem to cause visible problems so skipping for now
197
		tst_process
198 195
		# skipping same tests+label as upstream's CI by default
199 196
		# `grep ctest .github/workflows/build_cmake.yml`
200 197
		tst_perfdata
Thank you!