Diff qtscxml-6.5.2-r1 with a qtscxml-6.5.3

/usr/portage/dev-qt/qtscxml/qtscxml-6.5.3.ebuild 2023-10-09 14:52:30.412368373 +0300
8 8
DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework"
9 9

  
10 10
if [[ ${QT6_BUILD_TYPE} == release ]]; then
11
	KEYWORDS="amd64"
11
	KEYWORDS="~amd64"
12 12
fi
13 13

  
14 14
IUSE="qml"
Thank you!