commit: 055cb31585fe47cb62a2f9854b414fffff86683d Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Sat Feb 15 18:29:33 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 18:43:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055cb315
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 <AT> gentoo.org> app-text/calibre/calibre-4.10.1-r2.ebuild | 2 +- app-text/calibre/calibre-4.9.1-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/calibre/calibre-4.10.1-r2.ebuild b/app-text/calibre/calibre-4.10.1-r2.ebuild index 2004b89741d..ff49270f891 100644 --- a/app-text/calibre/calibre-4.10.1-r2.ebuild +++ b/app-text/calibre/calibre-4.10.1-r2.ebuild @@ -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. diff --git a/app-text/calibre/calibre-4.9.1-r2.ebuild b/app-text/calibre/calibre-4.9.1-r2.ebuild index 02806f489cd..9a06547f837 100644 --- a/app-text/calibre/calibre-4.9.1-r2.ebuild +++ b/app-text/calibre/calibre-4.9.1-r2.ebuild @@ -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.
