app-text/calibre: consistently spell C.UTF-8

Bug: https://bugs.gentoo.org/962878
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-09-15 12:39:09 +01:00
parent e7e4cb3a6b
commit 1ee3971ba8
3 changed files with 3 additions and 3 deletions

View File

@@ -224,7 +224,7 @@ src_install() {
# raise ValueError, 'unknown locale: %s' % localename
#ValueError: unknown locale: 46
export -n LANG LANGUAGE ${!LC_*}
export LC_ALL=C.utf8 # bug #709682
export LC_ALL=C.UTF-8 # bug #709682
# Bug #295672 - Avoid sandbox violation in ~/.config by forcing
# variables to point to our fake temporary $HOME.

View File

@@ -222,7 +222,7 @@ src_install() {
# raise ValueError, 'unknown locale: %s' % localename
#ValueError: unknown locale: 46
export -n LANG LANGUAGE ${!LC_*}
export LC_ALL=C.utf8 # bug #709682
export LC_ALL=C.UTF-8 # bug #709682
# Bug #295672 - Avoid sandbox violation in ~/.config by forcing
# variables to point to our fake temporary $HOME.

View File

@@ -223,7 +223,7 @@ src_install() {
# raise ValueError, 'unknown locale: %s' % localename
#ValueError: unknown locale: 46
export -n LANG LANGUAGE ${!LC_*}
export LC_ALL=C.utf8 # bug #709682
export LC_ALL=C.UTF-8 # bug #709682
# Bug #295672 - Avoid sandbox violation in ~/.config by forcing
# variables to point to our fake temporary $HOME.