Diff qtvirtualkeyboard-6.9.1 with a qtvirtualkeyboard-6.9999

/usr/portage/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-6.9999.ebuild 2024-12-25 14:59:48.987270087 +0300
1
# Copyright 2023-2025 Gentoo Authors
1
# Copyright 2023-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
8 8
DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
9 9

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

  
14 14
IUSE="+sound +spell"
Thank you!