summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-09-17 15:21:03 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-09-22 04:11:15 -0400
commit3d30150e6f44f8b689d9e6e9cc4bc854dc9c1aab (patch)
tree0b218a6409424ffdec97103f30d45bd4af1eb022 /dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
parent97141c1eea994ed9e282d11a27fb2586112f147c (diff)
downloadgentoo-3d30150e6f44f8b689d9e6e9cc4bc854dc9c1aab.tar.gz
gentoo-3d30150e6f44f8b689d9e6e9cc4bc854dc9c1aab.tar.bz2
gentoo-3d30150e6f44f8b689d9e6e9cc4bc854dc9c1aab.zip
dev-qt/qtwebengine: update patchsets in live (qt6)
6.7-12 -> 6.7-13, and 6.8-3 -> 6.8-4 changes: Updated: * cstdint.patch (merged extra chunk from files/) Dropped: * clang19.patch (upstreamed) * gcc15.patch (upstreamed) Note: 6.8 patches are known to not apply right now, but that is because they are made for the 6.8.0 branch (in preparation for release) while the ebuild uses dev 6.8 which moved on to 6.8.1 and broke a patch. Will update again sometime only after release is out of the way given do not care to test 6.8.1 right now. Or earlier if the change is backported to 6.8.0 in the interim. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/qtwebengine-6.9999.ebuild')
-rw-r--r--dev-qt/qtwebengine/qtwebengine-6.9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
index 2fc66a0cfb03..040cde6137b6 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
@@ -10,7 +10,7 @@ inherit prefix python-any-r1 qt6-build toolchain-funcs
DESCRIPTION="Library for rendering dynamic web content in Qt6 C++ and QML applications"
SRC_URI+="
- https://dev.gentoo.org/~ionen/distfiles/${PN}-6.8-patchset-3.tar.xz
+ https://dev.gentoo.org/~ionen/distfiles/${PN}-6.8-patchset-4.tar.xz
"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
@@ -109,7 +109,6 @@ PATCHES=( "${WORKDIR}"/patches/${PN} )
PATCHES+=(
# add extras as needed here, may merge in set if carries across versions
- "${FILESDIR}"/${PN}-6.7.2-musl-cstdint.patch
)
python_check_deps() {