summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files/qtwebengine-5.15.16_p20241115-py3.13-pipes.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-04-27 23:31:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-04-28 19:12:55 +0200
commit951d2f5c3d1df1a37315280bcce3fff1c681daef (patch)
tree92ce175a7795a8bcccccda385c1ef84d90468f14 /dev-qt/qtwebengine/files/qtwebengine-5.15.16_p20241115-py3.13-pipes.patch
parent6f01d3f4f3ad39ff29ce48f9abb11a20e2c756e5 (diff)
downloadgentoo-951d2f5c3d1df1a37315280bcce3fff1c681daef.tar.gz
gentoo-951d2f5c3d1df1a37315280bcce3fff1c681daef.tar.bz2
gentoo-951d2f5c3d1df1a37315280bcce3fff1c681daef.zip
dev-qt/qtwebengine: drop 5.15.16_p20241115
Closes: https://bugs.gentoo.org/925718 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-5.15.16_p20241115-py3.13-pipes.patch')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-5.15.16_p20241115-py3.13-pipes.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.16_p20241115-py3.13-pipes.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.16_p20241115-py3.13-pipes.patch
deleted file mode 100644
index b04f6a4667bb..000000000000
--- a/dev-qt/qtwebengine/files/qtwebengine-5.15.16_p20241115-py3.13-pipes.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/src/3rdparty/chromium/build/android/gyp/util/build_utils.py b/src/3rdparty/chromium/build/android/gyp/util/build_utils.py
-index 022980517..e3f82704a 100644
---- a/src/3rdparty/chromium/build/android/gyp/util/build_utils.py
-+++ b/src/3rdparty/chromium/build/android/gyp/util/build_utils.py
-@@ -12,7 +12,6 @@ import fnmatch
- import json
- import logging
- import os
--import pipes
- import re
- import shutil
- import stat
-@@ -198,7 +197,7 @@ class CalledProcessError(Exception):
- # A user should be able to simply copy and paste the command that failed
- # into their shell.
- copyable_command = '( cd {}; {} )'.format(os.path.abspath(self.cwd),
-- ' '.join(map(pipes.quote, self.args)))
-+ printed_cmd)
- return 'Command failed: {}\n{}'.format(copyable_command, self.output)
-
-