From: Zoltan Puskas Date: Sat, 15 Feb 2020 18:29:33 +0000 (-0800) Subject: app-text/calibre: export LC_ALL=C.utf8 (bug 709682) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=055cb31585fe47cb62a2f9854b414fffff86683d;p=gentoo.git 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 --- diff --git a/app-text/calibre/calibre-4.10.1-r2.ebuild b/app-text/calibre/calibre-4.10.1-r2.ebuild index 2004b89741dd..ff49270f8916 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 02806f489cdb..9a06547f837d 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.