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 301211580EB for ; Thu, 29 May 2025 17:11:23 +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 1757D3430A4 for ; Thu, 29 May 2025 17:11:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 41E20110480; Thu, 29 May 2025 17:11:17 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3ACE8110480 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 DA800343091 for ; Thu, 29 May 2025 17:11:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50B3B28E9 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: <1748538647.e52812814ad6763d4e2c816d71f63b0df811fbb7.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: e52812814ad6763d4e2c816d71f63b0df811fbb7 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: be45ea0f-2f0e-477c-be9f-1a33fc9c5102 X-Archives-Hash: cd7f4d1e4a9c03d6b16e8af497f44a06 commit: e52812814ad6763d4e2c816d71f63b0df811fbb7 Author: WANG Xuerui gentoo org> AuthorDate: Wed May 28 17:14:56 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu May 29 17:10:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5281281 app-i18n/mozc: enable py3.13, py3.14 See: https://github.com/gentoo/gentoo/pull/38301 Signed-off-by: WANG Xuerui gentoo.org> app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild | 4 ++-- 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 | 4 ++-- 4 files changed, 6 insertions(+), 6 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 c27f47fad0de..26326455f378 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2010-2024 Gentoo Authors +# Copyright 2010-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..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 ff96f4531757..5140af58bfb1 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..12} ) +PYTHON_COMPAT=( python3_{10..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 882a3b59b05c..160827d6b94a 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..12} ) +PYTHON_COMPAT=( python3_{10..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 29c8eaac94f4..29dc75b308c8 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102.ebuild @@ -1,9 +1,9 @@ -# Copyright 2010-2024 Gentoo Authors +# Copyright 2010-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg