summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-12-27 17:54:14 -0500
committerIonen Wolkens <ionen@gentoo.org>2025-01-06 17:48:49 -0500
commit3c5d6e6dcb05865a41a742e42b86bceb740d268b (patch)
treee2edb7590395f65bc6e2063d3865f9a536698255 /dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch
parent6c0962be33897299de096735b41df7fc61f577e0 (diff)
downloadgentoo-3c5d6e6dcb05865a41a742e42b86bceb740d268b.tar.gz
gentoo-3c5d6e6dcb05865a41a742e42b86bceb740d268b.tar.bz2
gentoo-3c5d6e6dcb05865a41a742e42b86bceb740d268b.zip
dev-qt/qtwebengine: drop 6.7.2, 6.7.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch b/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch
deleted file mode 100644
index c654e68fa2fc..000000000000
--- a/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://bugs.gentoo.org/939519
-
-Just one more of these, should be merged with the cstdint patch
-in patchset next update & ideally upstreamed eventually.
---- a/src/3rdparty/chromium/third_party/blink/public/common/page_state/page_state.h
-+++ b/src/3rdparty/chromium/third_party/blink/public/common/page_state/page_state.h
-@@ -6,4 +6,5 @@
- #define THIRD_PARTY_BLINK_PUBLIC_COMMON_PAGE_STATE_PAGE_STATE_H_
-
-+#include <cstdint>
- #include <string>
- #include <vector>