Сравнение remarkable-1.9.0_pre20210320-r1 с remarkable-1.9.0_pre20210320-r2

/usr/portage/app-editors/remarkable/remarkable-1.9.0_pre20210320-r2.ebuild 2023-10-09 14:52:28.284368320 +0300
1 1
# Copyright 2021-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7
inherit desktop gnome2-utils python-single-r1 readme.gentoo-r1
8 8

  
9 9
DESCRIPTION="Fully featured markdown editor, supports github markdown dialect"
......
14 14

  
15 15
LICENSE="BSD-2 GPL-2+ LGPL-2.1+ MIT"
16 16
SLOT="0"
17
KEYWORDS="~amd64 ~x86"
17
KEYWORDS="~amd64 ~arm64 ~x86"
18 18
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
19 19

  
20 20
DEPEND="
21 21
	${PYTHON_DEPS}
22
	net-libs/webkit-gtk:4[introspection]
22
	net-libs/webkit-gtk:4.1[introspection]
23 23
	x11-libs/gtk+:3[introspection]
24 24
	x11-libs/gtksourceview:3.0[introspection]
25 25
	$(python_gen_cond_dep '
......
29 29
		dev-python/markdown[${PYTHON_USEDEP}]
30 30
	')"
31 31
RDEPEND="${DEPEND}"
32
PATCHES=( "${FILESDIR}"/${P}-disable-spellcheck.patch )
32
PATCHES=(
33
	"${FILESDIR}"/${P}-disable-spellcheck.patch
34
	"${FILESDIR}"/webkit-version.patch
35
)
33 36

  
34 37
src_prepare() {
35 38
	default
Спасибо!