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 C2FF21584AD for ; Fri, 11 Apr 2025 12:53:51 +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 AA0533437E7 for ; Fri, 11 Apr 2025 12:53:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9ED351104B0; Fri, 11 Apr 2025 12:53:50 +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 96A161104B0 for ; Fri, 11 Apr 2025 12:53:50 +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 3E4BE3437E5 for ; Fri, 11 Apr 2025 12:53:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3436159F for ; Fri, 11 Apr 2025 12:53:48 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1744375919.73f1b7f09ddb4fb835090891819388b0cac21bdb.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-table/ibus-table-1.17.11.ebuild X-VCS-Directories: app-i18n/ibus-table/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 73f1b7f09ddb4fb835090891819388b0cac21bdb X-VCS-Branch: master Date: Fri, 11 Apr 2025 12:53:48 +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: 7d73f8bd-c40a-4645-8211-0b06454da880 X-Archives-Hash: 3d98219b09911c3be6d8428829092034 commit: 73f1b7f09ddb4fb835090891819388b0cac21bdb Author: Akinori Hattori gentoo org> AuthorDate: Fri Apr 11 12:51:59 2025 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Fri Apr 11 12:51:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f1b7f0 app-i18n/ibus-table: amd64/x86 stable Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-table/ibus-table-1.17.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-table/ibus-table-1.17.11.ebuild b/app-i18n/ibus-table/ibus-table-1.17.11.ebuild index f0cbc40946ed..81f9509f93b1 100644 --- a/app-i18n/ibus-table/ibus-table-1.17.11.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.17.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="sqlite(+)" inherit gnome2-utils python-single-r1 xdg @@ -13,7 +13,7 @@ SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="nls" RESTRICT="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"