diff options
Diffstat (limited to 'devel/electron5/files/patch-tools_json__schema__compiler_model.py')
-rw-r--r-- | devel/electron5/files/patch-tools_json__schema__compiler_model.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron5/files/patch-tools_json__schema__compiler_model.py b/devel/electron5/files/patch-tools_json__schema__compiler_model.py new file mode 100644 index 000000000000..848fee403a4e --- /dev/null +++ b/devel/electron5/files/patch-tools_json__schema__compiler_model.py @@ -0,0 +1,11 @@ +--- tools/json_schema_compiler/model.py.orig 2019-04-08 08:19:10 UTC ++++ tools/json_schema_compiler/model.py +@@ -602,7 +602,7 @@ class Platforms(object): + """ + CHROMEOS = _PlatformInfo("chromeos") + CHROMEOS_TOUCH = _PlatformInfo("chromeos_touch") +- LINUX = _PlatformInfo("linux") ++ LINUX = _PlatformInfo("bsd") + MAC = _PlatformInfo("mac") + WIN = _PlatformInfo("win") + |