aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-tools_json__schema__compiler_feature__compiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-tools_json__schema__compiler_feature__compiler.py')
-rw-r--r--devel/electron12/files/patch-tools_json__schema__compiler_feature__compiler.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/electron12/files/patch-tools_json__schema__compiler_feature__compiler.py b/devel/electron12/files/patch-tools_json__schema__compiler_feature__compiler.py
deleted file mode 100644
index f4f9059a9393..000000000000
--- a/devel/electron12/files/patch-tools_json__schema__compiler_feature__compiler.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- tools/json_schema_compiler/feature_compiler.py.orig 2021-04-14 01:09:38 UTC
-+++ tools/json_schema_compiler/feature_compiler.py
-@@ -252,6 +252,7 @@ FEATURE_GRAMMAR = ({
- 'chromeos': 'Feature::CHROMEOS_PLATFORM',
- 'lacros': 'Feature::LACROS_PLATFORM',
- 'linux': 'Feature::LINUX_PLATFORM',
-+ 'bsd': 'Feature::LINUX_PLATFORM',
- 'mac': 'Feature::MACOSX_PLATFORM',
- 'win': 'Feature::WIN_PLATFORM',
- }