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 EA51C158088 for ; Sun, 31 Oct 2021 06:26:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43007E0ABA; Sun, 31 Oct 2021 06:26:36 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26707E0ABA for ; Sun, 31 Oct 2021 06:26:36 +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 2D8953435EA for ; Sun, 31 Oct 2021 06:26:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4435E192 for ; Sun, 31 Oct 2021 06:26:32 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1635661572.25da5539110eda5d95c32f1c21a2831e713177f2.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild X-VCS-Directories: app-i18n/ibus-typing-booster/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 25da5539110eda5d95c32f1c21a2831e713177f2 X-VCS-Branch: master Date: Sun, 31 Oct 2021 06:26:32 +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: d253eab8-76a3-48d9-a3a4-72a9ed6c44c7 X-Archives-Hash: f1f33154310a3293bc6981a55c8b02fe commit: 25da5539110eda5d95c32f1c21a2831e713177f2 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Oct 31 06:15:48 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Oct 31 06:26:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25da5539 app-i18n/ibus-typing-booster: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild index c4ae2d6d903..a57f70b73a9 100644 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -PYTHON_COMPAT=( python3_{8,9} ) +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite(+)" inherit gnome2-utils python-single-r1 xdg