diff options
Diffstat (limited to 'paludis/util/config_file.se')
-rw-r--r-- | paludis/util/config_file.se | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paludis/util/config_file.se b/paludis/util/config_file.se index fb5a974c8..26d9d3f29 100644 --- a/paludis/util/config_file.se +++ b/paludis/util/config_file.se @@ -42,6 +42,7 @@ make_enum_KeyValueConfigFileOption() key kvcfo_allow_sections "Allow [sections] \since 0.44" key kvcfo_allow_fancy_assigns "Allow ?= assignments \since 0.54.1" key kvcfo_allow_env "Allow \${ENV{blah}} \since 0.54.1" + key kvcfo_ignore_single_quotes_inside_strings "Allow 'broken 'quoted' strings' (for libtool) \since 0.62.1" doxygen_comment << "END" /** |