diff options
Diffstat (limited to 'devel/electron38/files/patch-tools_variations_fieldtrial__to__struct.py')
-rw-r--r-- | devel/electron38/files/patch-tools_variations_fieldtrial__to__struct.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-tools_variations_fieldtrial__to__struct.py b/devel/electron38/files/patch-tools_variations_fieldtrial__to__struct.py new file mode 100644 index 000000000000..17377bfe54f4 --- /dev/null +++ b/devel/electron38/files/patch-tools_variations_fieldtrial__to__struct.py @@ -0,0 +1,11 @@ +--- tools/variations/fieldtrial_to_struct.py.orig 2022-02-07 13:39:41 UTC ++++ tools/variations/fieldtrial_to_struct.py +@@ -41,6 +41,8 @@ _platforms = [ + 'linux', + 'mac', + 'windows', ++ 'openbsd', ++ 'freebsd', + ] + + _form_factors = [ |