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 A2CCF158031 for ; Sun, 26 Feb 2023 00:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9D5AE07E0; Sun, 26 Feb 2023 00:51:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94C40E07E0 for ; Sun, 26 Feb 2023 00:51:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DF12335C7D for ; Sun, 26 Feb 2023 00:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB1488C2 for ; Sun, 26 Feb 2023 00:51:19 +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: <1677372662.c178c5d6d4eb290e99e2782a66390c595a5ac436.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild X-VCS-Directories: app-i18n/ibus-cangjie/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c178c5d6d4eb290e99e2782a66390c595a5ac436 X-VCS-Branch: master Date: Sun, 26 Feb 2023 00:51:19 +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: 06911633-3ef0-468d-a2e5-83e5956ee80c X-Archives-Hash: f0597898b7d455465a0d07d6a66b45c8 commit: c178c5d6d4eb290e99e2782a66390c595a5ac436 Author: Sam James gentoo org> AuthorDate: Sun Feb 26 00:51:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 26 00:51:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c178c5d6 app-i18n/ibus-cangjie: enable py3.11 Closes: https://bugs.gentoo.org/896548 Signed-off-by: Sam James gentoo.org> app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild index 24b29d6dec6f..d43d9941a13c 100644 --- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild +++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools gnome2-utils python-r1 xdg DESCRIPTION="Chinese Cangjie and Quick engines for IBus"