Add dev-qt from an older version of the gentoo repo

Qt5 has been removed, we restore it since we still use it.
This commit is contained in:
2026-07-03 09:45:00 +02:00
parent 2247967dd3
commit 692df50613
319 changed files with 15302 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Same issue as https://bugs.gentoo.org/971287 which only happens with
recent gcc-16 libstdc++ snapshots.
--- a/src/3rdparty/chromium/third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.cc
+++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.cc
@@ -3,4 +3,6 @@
// found in the LICENSE file.
+#include <climits>
+
#include "third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.h"