summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/extra/debian/gn/parallel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/extra/debian/gn/parallel.patch')
-rw-r--r--www/chromium-uc/patches/extra/debian/gn/parallel.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium-uc/patches/extra/debian/gn/parallel.patch b/www/chromium-uc/patches/extra/debian/gn/parallel.patch
index 77e0110..ac0a2b0 100644
--- a/www/chromium-uc/patches/extra/debian/gn/parallel.patch
+++ b/www/chromium-uc/patches/extra/debian/gn/parallel.patch
@@ -1,8 +1,8 @@
1description: respect specified number of parallel jobs while bootstrapping gn 1description: respect specified number of parallel jobs while bootstrapping gn
2author: Michael Gilbert <mgilbert@debian.org> 2author: Michael Gilbert <mgilbert@debian.org>
3 3
4--- a/tools/gn/bootstrap/bootstrap.py 4--- tools/gn/bootstrap/bootstrap.py.orig
5+++ b/tools/gn/bootstrap/bootstrap.py 5+++ tools/gn/bootstrap/bootstrap.py
6@@ -47,6 +47,7 @@ def main(argv): 6@@ -47,6 +47,7 @@ def main(argv):
7 help='The directory in which to build gn, ' 7 help='The directory in which to build gn, '
8 'relative to the src directory. (eg. out/Release)') 8 'relative to the src directory. (eg. out/Release)')