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

/usr/portage/dev-qt/qt-creator/qt-creator-9999.ebuild 2026-08-03 20:03:05.024302571 +0300
27 27
		https://download.qt.io/${QTC_REL}_releases/qtcreator/$(ver_cut 1-2)/${PV/_/-}/${QTC_P}.tar.xz
28 28
	"
29 29
	S=${WORKDIR}/${QTC_P}
30
	KEYWORDS="amd64"
30
	KEYWORDS="~amd64"
31 31
fi
32 32

  
33 33
DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
......
194 194
	local -x QT_QPA_PLATFORM=offscreen
195 195

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