Diff libgweather-4.2.0 with a libgweather-4.4.0

/usr/portage/dev-libs/libgweather/libgweather-4.4.0.ebuild 2023-10-09 14:52:29.520368351 +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_{10..12} )
6 6

  
7 7
inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
8 8

  
......
19 19
	gtk-doc? ( introspection )
20 20
"
21 21

  
22
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
22
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
23 23

  
24 24
RDEPEND="
25 25
	>=dev-libs/glib-2.68.0:2
Thank you!