app-text/calibre: export LC_ALL=C.utf8 (bug 709682)

Closes: https://bugs.gentoo.org/709682
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zoltan Puskas
2020-02-15 10:29:33 -08:00
committed by Zac Medico
parent ca959af4ff
commit 055cb31585
2 changed files with 2 additions and 2 deletions

View File

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

View File

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