Diff qtconnectivity-6.10.3 with a qtconnectivity-6.11.0

/usr/portage/dev-qt/qtconnectivity/qtconnectivity-6.11.0.ebuild 2026-03-28 11:46:07.759480466 +0300
8 8
DESCRIPTION="Bluetooth and NFC support library for the Qt6 framework"
9 9

  
10 10
if [[ ${QT6_BUILD_TYPE} == release ]]; then
11
	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
11
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
12 12
fi
13 13

  
14 14
IUSE="+bluetooth neard nfc smartcard"
Thank you!