From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27EED158200 for ; Mon, 15 Sep 2025 11:42:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0D0FB340FD4 for ; Mon, 15 Sep 2025 11:42:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0843D110572; Mon, 15 Sep 2025 11:42:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F412E110572 for ; Mon, 15 Sep 2025 11:42:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E0FB340F31 for ; Mon, 15 Sep 2025 11:42:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBD3039B8 for ; Mon, 15 Sep 2025 11:42:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1757936450.1ee3971ba8d7326d3233b78c2f4490829d31b341.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-8.4.0.ebuild app-text/calibre/calibre-8.7.0.ebuild app-text/calibre/calibre-8.9.0.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ee3971ba8d7326d3233b78c2f4490829d31b341 X-VCS-Branch: master Date: Mon, 15 Sep 2025 11:42:13 +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: 1e2d3074-3c9e-41c5-b2cb-e09e111640fa X-Archives-Hash: 03a0fe57973cf2013104e0f5481d3c4d commit: 1ee3971ba8d7326d3233b78c2f4490829d31b341 Author: Sam James gentoo org> AuthorDate: Mon Sep 15 11:39:09 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 15 11:40:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee3971b app-text/calibre: consistently spell C.UTF-8 Bug: https://bugs.gentoo.org/962878 Signed-off-by: Sam James gentoo.org> app-text/calibre/calibre-8.4.0.ebuild | 2 +- app-text/calibre/calibre-8.7.0.ebuild | 2 +- app-text/calibre/calibre-8.9.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/calibre/calibre-8.4.0.ebuild b/app-text/calibre/calibre-8.4.0.ebuild index 40526d6051f8..0ed7122b5d8d 100644 --- a/app-text/calibre/calibre-8.4.0.ebuild +++ b/app-text/calibre/calibre-8.4.0.ebuild @@ -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. diff --git a/app-text/calibre/calibre-8.7.0.ebuild b/app-text/calibre/calibre-8.7.0.ebuild index ac99f9de130d..b7f5471f7ba2 100644 --- a/app-text/calibre/calibre-8.7.0.ebuild +++ b/app-text/calibre/calibre-8.7.0.ebuild @@ -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. diff --git a/app-text/calibre/calibre-8.9.0.ebuild b/app-text/calibre/calibre-8.9.0.ebuild index 3b7b0d71b8aa..18f53d2e86ca 100644 --- a/app-text/calibre/calibre-8.9.0.ebuild +++ b/app-text/calibre/calibre-8.9.0.ebuild @@ -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.