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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C332D13835B for ; Wed, 19 Aug 2020 14:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A9CDE0972; Wed, 19 Aug 2020 14:40:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6CC0E0972 for ; Wed, 19 Aug 2020 14:40:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CC5134F562 for ; Wed, 19 Aug 2020 14:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 107629C for ; Wed, 19 Aug 2020 14:40:10 +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: <1597847996.ab72a6234e08663f7d6321026164e2d29b6318fe.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.9.18-r1.ebuild app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild X-VCS-Directories: app-i18n/ibus-table/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: ab72a6234e08663f7d6321026164e2d29b6318fe X-VCS-Branch: master Date: Wed, 19 Aug 2020 14:40:10 +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: 634f1932-f7c7-42c9-aefe-7370be3b0167 X-Archives-Hash: 186068386914c52b167d6f2613b85e33 commit: ab72a6234e08663f7d6321026164e2d29b6318fe Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 19 14:23:58 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 19 14:39:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab72a623 app-i18n/ibus-table: update PYTHON_COMPAT Closes: https://bugs.gentoo.org/737352 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild | 2 +- app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild index dcd828dcbbe..c021640c7f3 100644 --- a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" inherit python-single-r1 diff --git a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild index 9db9ac7acf0..b34d29b8cfc 100644 --- a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" inherit python-single-r1