Diff atril-1.26.0-r5 with a atril-1.26.1-r1

/usr/portage/app-text/atril/atril-1.26.1-r1.ebuild 2023-10-09 14:52:28.864368334 +0300
10 10
inherit mate python-any-r1 virtualx
11 11

  
12 12
if [[ ${PV} != 9999 ]]; then
13
	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
13
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
14 14
fi
15 15

  
16 16
DESCRIPTION="Atril document viewer for MATE"
......
22 22
REQUIRED_USE="t1lib? ( dvi )"
23 23

  
24 24
COMMON_DEPEND="
25
	|| (
26
		>=app-accessibility/at-spi2-core-2.46.0:2
27
		dev-libs/atk
28
	)
25
	>=app-accessibility/at-spi2-core-2.46.0:2
29 26
	>=app-text/poppler-0.22[cairo]
30 27
	>=dev-libs/glib-2.62:2
31 28
	>=dev-libs/libxml2-2.5:2
......
45 42
	)
46 43
	epub? (
47 44
		<dev-libs/mathjax-3
48
		>=net-libs/webkit-gtk-2.6.0:4
45
		>=net-libs/webkit-gtk-2.6.0:4.1
49 46
	)
50 47
	keyring? ( >=app-crypt/libsecret-0.5 )
51 48
	introspection? ( >=dev-libs/gobject-introspection-0.6:= )
......
77 74
# Until we figure out how to run successfully, don't run tests
78 75
RESTRICT="test"
79 76

  
77
PATCHES=(
78
	# https://github.com/mate-desktop/atril/issues/582
79
	"${FILESDIR}/${PN}-1.26.1-webkitgtk4.1.patch"
80
)
81

  
80 82
python_check_deps() {
81 83
	use test && python_has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
82 84
}
Thank you!