Diff qtbase-6.5.3 with a qtbase-6.6.0_rc

/usr/portage/dev-qt/qtbase/qtbase-6.6.0_rc.ebuild 2023-10-09 14:52:30.408368373 +0300
218 218
	use sql && mycmakeargs+=(
219 219
		-DQT_FEATURE_sql_db2=OFF # unpackaged
220 220
		-DQT_FEATURE_sql_ibase=OFF # unpackaged
221
		-DQT_FEATURE_sql_mimer=OFF # unpackaged
221 222
		$(qt_feature mysql sql_mysql)
222 223
		$(qt_feature oci8 sql_oci)
223 224
		$(usev oci8 -DOracle_ROOT="${ESYSROOT}"/usr/$(get_libdir)/oracle/client)
......
225 226
		$(qt_feature postgres sql_psql)
226 227
		$(qt_feature sqlite sql_sqlite)
227 228
		$(qt_feature sqlite system_sqlite)
228
		-DQT_FEATURE_sql_tds=OFF # currently a no-op in CMakeLists.txt
229 229
	)
230 230

  
231 231
	if use amd64 || use x86; then
......
280 280
		tst_qx11info
281 281
		# fails with network sandbox
282 282
		tst_qdnslookup
283
		# fails with sandbox
284
		tst_qsharedmemory
283 285
		# typical to lack SCTP support on non-generic kernels
284 286
		tst_qsctpsocket
285 287
		# these can be flaky depending on the environment/toolchain
Thank you!