Diff fcitx-qt5-1.2.5 with a fcitx-qt5-4.9999

/usr/portage/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild 2023-10-09 14:52:28.756368332 +0300
1
# Copyright 2014-2021 Gentoo Authors
1
# Copyright 2014-2020 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="7"
......
21 21

  
22 22
LICENSE="BSD GPL-2+ GPL-3+ LGPL-2+"
23 23
SLOT="4"
24
KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 ~riscv x86"
24
KEYWORDS=""
25 25
IUSE=""
26 26

  
27 27
BDEPEND=">=app-i18n/fcitx-4.2.9:4
......
41 41
DEPEND="${RDEPEND}
42 42
	dev-qt/qtconcurrent:5"
43 43

  
44
PATCHES=(
45
	"${FILESDIR}/${P}-QFcitxPlatformInputContext_recursion.patch"
46
)
47

  
48 44
DOCS=()
Thank you!