aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-tools_json__schema__compiler_model.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-tools_json__schema__compiler_model.py')
-rw-r--r--devel/electron13/files/patch-tools_json__schema__compiler_model.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-tools_json__schema__compiler_model.py b/devel/electron13/files/patch-tools_json__schema__compiler_model.py
new file mode 100644
index 000000000000..5194250c6e39
--- /dev/null
+++ b/devel/electron13/files/patch-tools_json__schema__compiler_model.py
@@ -0,0 +1,11 @@
+--- tools/json_schema_compiler/model.py.orig 2021-07-15 19:14:06 UTC
++++ tools/json_schema_compiler/model.py
+@@ -865,7 +865,7 @@ class Platforms(object):
+ """
+ CHROMEOS = _PlatformInfo("chromeos")
+ LACROS = _PlatformInfo("lacros")
+- LINUX = _PlatformInfo("linux")
++ LINUX = _PlatformInfo("bsd")
+ MAC = _PlatformInfo("mac")
+ WIN = _PlatformInfo("win")
+