From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E117138334 for ; Sun, 28 Apr 2019 19:22:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647C3E0857; Sun, 28 Apr 2019 19:22:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4690FE0857 for ; Sun, 28 Apr 2019 19:22:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0EF0342BCB for ; Sun, 28 Apr 2019 19:22:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75584503 for ; Sun, 28 Apr 2019 19:22:40 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1556479065.69fbb92d2a98b5c975447932a945acf7e6ad03ca.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-3.41.3.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 69fbb92d2a98b5c975447932a945acf7e6ad03ca X-VCS-Branch: master Date: Sun, 28 Apr 2019 19:22:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d8e09b5-39db-4aaf-9402-c5b5b4e793b5 X-Archives-Hash: 3a2f3c1b21992109237df9ce10c33a5c commit: 69fbb92d2a98b5c975447932a945acf7e6ad03ca Author: Zac Medico gentoo org> AuthorDate: Sun Apr 28 19:16:24 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Apr 28 19:17:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fbb92d app-text/calibre: sanitize locale for bug 684484 Closes: https://bugs.gentoo.org/684484 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> app-text/calibre/calibre-3.41.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/calibre/calibre-3.41.3.ebuild b/app-text/calibre/calibre-3.41.3.ebuild index 08315bc6d74..721c5da17ba 100644 --- a/app-text/calibre/calibre-3.41.3.ebuild +++ b/app-text/calibre/calibre-3.41.3.ebuild @@ -189,7 +189,8 @@ src_install() { # File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename # raise ValueError, 'unknown locale: %s' % localename #ValueError: unknown locale: 46 - export -n LANGUAGE + export -n LANG LANGUAGE ${!LC_*} + export LC_ALL=C #684484 # Bug #295672 - Avoid sandbox violation in ~/.config by forcing # variables to point to our fake temporary $HOME.