Diff gthumb-3.12.2-r5 with a gthumb-3.12.3

/usr/portage/media-gfx/gthumb/gthumb-3.12.3.ebuild 2023-10-09 14:52:31.628368404 +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
inherit gnome.org gnome2-utils meson python-any-r1 xdg
7 7

  
8 8
DESCRIPTION="Image viewer and browser for Gnome"
......
10 10

  
11 11
LICENSE="GPL-2+"
12 12
SLOT="0"
13
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
13
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
14 14
IUSE="cdr colord exif keyring gstreamer heif jpegxl lcms raw slideshow svg tiff webkit webp"
15 15

  
16 16
# libX11 dep is a workaround. See files/3.12.2-link-with-x11.patch
......
67 67
	virtual/pkgconfig
68 68
"
69 69

  
70
PATCHES=(
71
	"${FILESDIR}"/${PV}-link-with-x11.patch
72
	"${FILESDIR}"/${PV}-libraw-0.21.patch
73
	"${FILESDIR}"/${PV}-date-format.patch
74
)
75

  
76 70
src_configure() {
77 71
	local emesonargs=(
78 72
		-Drun-in-place=false
Thank you!