Diff glib-utils-2.76.4 with a glib-utils-2.78.0

/usr/portage/dev-util/glib-utils/glib-utils-2.78.0.ebuild 2023-10-09 14:52:30.968368387 +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..12} )
5
PYTHON_COMPAT=( python3_{10..12} )
6 6
GNOME_ORG_MODULE="glib"
7 7

  
8 8
inherit gnome.org python-single-r1
......
14 14
SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
15 15
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
16 16

  
17
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
17
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
18 18

  
19 19
RDEPEND="${PYTHON_DEPS}"
20 20
DEPEND="${RDEPEND}"
Thank you!