commit: 5915afa072b09bb678c96558df4b4ac5093e5c7f
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Fri Jan 9 03:20:45 2026 +0000
Commit: Kerin Millar <kfm <AT> plushkava <DOT> net>
CommitDate: Fri Jan 9 03:20:45 2026 +0000
URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=5915afa0
Shorten a comment regarding LOCALEGEN_ALLOW_UNSUPPORTED
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
locale-gen | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/locale-gen b/locale-gen
index 93ae495..6279541 100644
--- a/locale-gen
+++ b/locale-gen
@@ -72,8 +72,7 @@ umask 0022;
# Compose a dictionary of supported locale/charmap combinations.
my $supported_by = map_supported_combinations($prefix);
- # Allow for the user to demote locale.gen(5) validation errors to mere
- # warnings, while still treating localedef(1) errors as being critical.
+ # Allow for locale.gen(5) validation errors to be demoted to warnings.
my $be_strict = ! length $ENV{'LOCALEGEN_ALLOW_UNSUPPORTED'};
# Collect the locales that are being requested for installation.