Diff qtwebengine-6.11.1 with a qtwebengine-6.11.2

/usr/portage/dev-qt/qtwebengine/qtwebengine-6.11.2.ebuild 2026-09-16 20:03:04.755818388 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{11..14} )
6
PYTHON_COMPAT=( python3_{12..14} )
7 7
inherit check-reqs flag-o-matic multiprocessing optfeature
8 8
inherit prefix python-any-r1 qt6-build toolchain-funcs
9 9

  
10 10
DESCRIPTION="Library for rendering dynamic web content in Qt6 C++ and QML applications"
11 11
SRC_URI+="
12
	https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}-6.11-patchset-4.tar.xz
12
	https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}-6.11-patchset-5.tar.xz
13 13
"
14 14

  
15 15
if [[ ${QT6_BUILD_TYPE} == release ]]; then
16
	KEYWORDS="amd64 arm64"
16
	KEYWORDS="~amd64 arm64"
17 17
fi
18 18

  
19 19
IUSE="
......
110 110
PATCHES+=(
111 111
	# add extras as needed here, may merge in set if carries across versions
112 112
	"${FILESDIR}"/${PN}-6.10.3-climits.patch
113
	"${FILESDIR}"/${PN}-6.11.1-gcc17.patch
114 113
	"${FILESDIR}"/${PN}-6.11.1-musl-missing-includes.patch
115
	"${FILESDIR}"/${PN}-6.11.1-musl-arm64-ifunc.patch
116 114
	"${FILESDIR}"/${PN}-6.11.1-musl-arm64-mte.patch
115
	"${FILESDIR}"/${PN}-6.11.2-libcxx23.patch
117 116
)
118 117

  
119 118
python_check_deps() {
Thank you!