Diff qtwebengine-6.6.9999 with a qtwebengine-6.9999

/usr/portage/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild 2023-10-09 14:52:30.416368373 +0300
12 12

  
13 13
DESCRIPTION="Library for rendering dynamic web content in Qt6 C++ and QML applications"
14 14
SRC_URI+="
15
	https://dev.gentoo.org/~ionen/distfiles/${PN}-6.6-patchset-2.tar.xz
15
	https://dev.gentoo.org/~ionen/distfiles/${PN}-6.6-patchset-1.tar.xz
16 16
"
17 17

  
18 18
if [[ ${QT6_BUILD_TYPE} == release ]]; then
......
112 112

  
113 113
PATCHES+=(
114 114
	# add extras as needed here, may merge in set if carries across versions
115
	"${FILESDIR}"/${PN}-6.6.0-cstdint.patch
116 115
)
117 116

  
118 117
python_check_deps() {
Thank you!