-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-qt/qtwebengine: pkgmove sys-devel/clang => llvm-core/clang
Sync w/ ::gentoo in general and enable py3.13 here too. Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
dev-qt/qtwebengine/files/qtwebengine-5.15.16_p20241115-py3.13-pipes.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters