Diff opencc-1.1.4 with a opencc-9999

/usr/portage/app-i18n/opencc/opencc-9999.ebuild 2023-10-09 14:52:28.764368332 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="8"
5
PYTHON_COMPAT=( python3_{9..11} )
5
PYTHON_COMPAT=( python3_{9..10} )
6 6

  
7 7
inherit cmake python-any-r1
8 8

  
......
22 22

  
23 23
LICENSE="Apache-2.0"
24 24
SLOT="0/1.1"
25
KEYWORDS="amd64 arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
25
KEYWORDS=""
26 26
IUSE="doc test"
27 27
RESTRICT="!test? ( test )"
28 28

  
Thank you!