diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-04-02 23:47:53 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-04-02 23:56:31 -0400 |
commit | 03a99428d35fcd93b2073cae67228807a23829c3 (patch) | |
tree | 33862f57fea0c74db84d1d0fe81ac66263a04235 /dev-qt/qtwebengine/qtwebengine-6.9999.ebuild | |
parent | x11-libs/libdrm: add hppa symbol-check patch (diff) | |
download | gentoo-03a99428d35fcd93b2073cae67228807a23829c3.tar.gz gentoo-03a99428d35fcd93b2073cae67228807a23829c3.tar.bz2 gentoo-03a99428d35fcd93b2073cae67228807a23829c3.zip |
dev-qt/qtwebengine: update patchset for 6.6 and 6.7 branches
6.6-9 -> 6.6-10 changes:
Added:
* clang18.patch (imported from files/)
Updated:
* cstdint.patch (for bug #928466)
6.7-4 -> 6.7-5 changes:
Added:
* x11-header.patch (imported from files/)
...not adding clang18 given expect it to be fixed upstream soon
Updated:
* cstdint.patch (for bug #928466)
...gcc+musl still untested for 6.7.0, but updating what's known
Closes: https://bugs.gentoo.org/928466
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.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild index a7523d65072f..9090db697cdc 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.7-patchset-4.tar.xz + https://dev.gentoo.org/~ionen/distfiles/${PN}-6.7-patchset-5.tar.xz " if [[ ${QT6_BUILD_TYPE} == release ]]; then |