diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-tools_variations_fieldtrial_to_struct_py')
| -rw-r--r-- | www/chromium-uc/patches/patch-tools_variations_fieldtrial_to_struct_py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-tools_variations_fieldtrial_to_struct_py b/www/chromium-uc/patches/patch-tools_variations_fieldtrial_to_struct_py new file mode 100644 index 0000000..ba9f0ce --- /dev/null +++ b/www/chromium-uc/patches/patch-tools_variations_fieldtrial_to_struct_py | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | $OpenBSD: patch-tools_variations_fieldtrial_to_struct_py,v 1.12 2021/09/01 16:54:40 robert Exp $ | ||
| 2 | |||
| 3 | Index: tools/variations/fieldtrial_to_struct.py | ||
| 4 | --- tools/variations/fieldtrial_to_struct.py.orig | ||
| 5 | +++ tools/variations/fieldtrial_to_struct.py | ||
| 6 | @@ -41,6 +41,7 @@ _platforms = [ | ||
| 7 | 'linux', | ||
| 8 | 'mac', | ||
| 9 | 'windows', | ||
| 10 | + 'openbsd', | ||
| 11 | ] | ||
| 12 | |||
| 13 | _form_factors = [ | ||
