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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1CC315802E for ; Sun, 30 Jun 2024 12:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC583E2ADF; Sun, 30 Jun 2024 12:13:11 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9009EE2ADF for ; Sun, 30 Jun 2024 12:13:11 +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 839FD335DC0 for ; Sun, 30 Jun 2024 12:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E50B91BF3 for ; Sun, 30 Jun 2024 12:13:08 +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: <1719749537.c3f9a0c688b203db24d86ebab8cdcb0fa91118b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild app-i18n/mozc/mozc-2.28.5029.102-r2.ebuild app-i18n/mozc/mozc-2.28.5029.102.ebuild X-VCS-Directories: app-i18n/mozc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3f9a0c688b203db24d86ebab8cdcb0fa91118b0 X-VCS-Branch: master Date: Sun, 30 Jun 2024 12:13:08 +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: bad52e0c-10a6-4526-b84c-ba4cd9155110 X-Archives-Hash: 8dd55ed1b5d0066105b2f8210ceb0b53 commit: c3f9a0c688b203db24d86ebab8cdcb0fa91118b0 Author: Sam James gentoo org> AuthorDate: Sun Jun 30 12:11:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 30 12:12:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f9a0c6 app-i18n/mozc: enable py3.12 Good enough according to the reports in bug #929378 from users. Bug: https://bugs.gentoo.org/929378 Closes: https://bugs.gentoo.org/929323 Signed-off-by: Sam James gentoo.org> app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild | 2 +- app-i18n/mozc/mozc-2.28.5029.102-r2.ebuild | 2 +- app-i18n/mozc/mozc-2.28.5029.102.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild b/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild index 357167817970..c27f47fad0de 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg diff --git a/app-i18n/mozc/mozc-2.28.5029.102-r2.ebuild b/app-i18n/mozc/mozc-2.28.5029.102-r2.ebuild index 01ef457b4e61..c86eb2dc6fcb 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r2.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r2.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg diff --git a/app-i18n/mozc/mozc-2.28.5029.102.ebuild b/app-i18n/mozc/mozc-2.28.5029.102.ebuild index 3346d832183d..29c8eaac94f4 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg