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 713941580EB for ; Thu, 29 May 2025 17:11:25 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 56AC834316D for ; Thu, 29 May 2025 17:11:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5386C110497; Thu, 29 May 2025 17:11:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4E099110497 for ; Thu, 29 May 2025 17:11:17 +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 039D3343093 for ; Thu, 29 May 2025 17:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 653E028EB for ; Thu, 29 May 2025 17:11:15 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1748538649.c69d731e7c1019a1add29b061ad0a43a32d98516.xen0n@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-r4.ebuild app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild app-i18n/mozc/mozc-2.28.5029.102.ebuild X-VCS-Directories: app-i18n/mozc/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: c69d731e7c1019a1add29b061ad0a43a32d98516 X-VCS-Branch: master Date: Thu, 29 May 2025 17:11:15 +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: 11ffe1e4-a10c-4ca7-9d98-fcdaf877b7a8 X-Archives-Hash: 1fb8eedadb3f18f92c87a1f87e65762f commit: c69d731e7c1019a1add29b061ad0a43a32d98516 Author: WANG Xuerui gentoo org> AuthorDate: Wed May 28 17:18:31 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu May 29 17:10:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69d731e app-i18n/mozc: disable py3.10 Closes: https://github.com/gentoo/gentoo/pull/38301 Signed-off-by: WANG Xuerui gentoo.org> app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild | 2 +- app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild | 2 +- app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild | 2 +- app-i18n/mozc/mozc-2.28.5029.102.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 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 26326455f378..eb26be5c2787 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..14} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg diff --git a/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild b/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild index 5140af58bfb1..267f0ca594af 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg diff --git a/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild b/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild index 160827d6b94a..886335942a91 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( python3_{11..14} ) 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 29dc75b308c8..4ebcfec5211f 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..14} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg