Diff qt-creator-11.0.3 with a qt-creator-9999

/usr/portage/dev-qt/qt-creator/qt-creator-9999.ebuild 2023-10-09 14:52:30.408368373 +0300
135 135
		# TODO?: package litehtml, but support for latest releases seem
136 136
		# to lag behind and bundled may work out better for now
137 137
		# https://bugreports.qt.io/browse/QTCREATORBUG-29169
138
		$(use help && usev !webengine '
139
			-DCMAKE_DISABLE_FIND_PACKAGE_litehtml=yes
140
			-DEXTERNAL_XXD=no
141
		')
138
		$(use help && usev !webengine -DCMAKE_DISABLE_FIND_PACKAGE_litehtml=yes)
142 139

  
143 140
		-DBUILD_PLUGIN_SERIALTERMINAL=$(usex serialterminal)
144 141

  
......
160 157
	local -x QT_QPA_PLATFORM=offscreen
161 158

  
162 159
	local CMAKE_SKIP_TESTS=(
163
		# unknown why these fails, but seems fixed in live
164
		tst_tracing_timelineitemsrenderpass
165
		tst_tracing_timelinenotesrenderpass
166
		tst_tracing_timelineselectionrenderpass
167
		# fails when built with clang, but also seems fixed in live
168
		tst_process
169 160
		# skipping same tests+label as upstream's CI by default
170 161
		# `grep ctest .github/workflows/build_cmake.yml`
171 162
		tst_perfdata
Thank you!