Diff catfish-4.16.4 with a catfish-4.18.0

/usr/portage/dev-util/catfish/catfish-4.18.0.ebuild 2023-10-09 14:52:30.948368387 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{9..11} )
7
PYTHON_COMPAT=( python3_{10..11} )
8 8

  
9 9
inherit distutils-r1 xdg-utils
10 10

  
......
15 15
# yep, GPL-2 only
16 16
LICENSE="GPL-2"
17 17
SLOT="0"
18
KEYWORDS="amd64 ~ppc x86"
18
KEYWORDS="~amd64 ~ppc ~x86"
19 19

  
20 20
RDEPEND="
21 21
	>=dev-libs/glib-2.42
Thank you!