Сравнение inkscape-1.4.2 с inkscape-1.4.3

/usr/portage/media-gfx/inkscape/inkscape-1.4.3.ebuild 2026-01-17 11:18:06.276846976 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
# Remember to check the release notes for a 'Important Changes for Packagers'
7 7
# section, e.g. https://inkscape.org/doc/release_notes/1.4/Inkscape_1.4.html#Important_Changes_for_Packagers.
8 8

  
9
PYTHON_COMPAT=( python3_{10..13} )
9
PYTHON_COMPAT=( python3_{11..13} )
10 10
PYTHON_REQ_USE="xml(+)"
11 11

  
12 12
inherit cmake flag-o-matic xdg toolchain-funcs python-single-r1
......
20 20
	EGIT_REPO_URI="https://gitlab.com/inkscape/inkscape.git"
21 21
else
22 22
	SRC_URI="https://media.inkscape.org/dl/resources/file/${MY_P}.tar.xz"
23
	KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
23
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 24
fi
25 25

  
26 26
S="${WORKDIR}/${MY_P}"
......
113 113
"
114 114

  
115 115
PATCHES=(
116
        "${FILESDIR}"/${P}-poppler-25.{06,07,09,10}.patch # bugs 949531, 957137, 962278
116
	"${FILESDIR}"/${P}-poppler-26.01.patch # in git master
117
	"${FILESDIR}"/${P}-libcroco-cmake-minreqver-3.12.patch # bug 965915
117 118
)
118 119

  
119 120
pkg_pretend() {
Спасибо!