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 C4A7413835C for ; Tue, 12 May 2020 14:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0111EE0995; Tue, 12 May 2020 14:24:32 +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 DC7D4E0995 for ; Tue, 12 May 2020 14:24:31 +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 A04743501AF for ; Tue, 12 May 2020 14:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD8B5234 for ; Tue, 12 May 2020 14:24:28 +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: <1589293216.de12dac8a02d9014257839a83886da4f569debf9.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild X-VCS-Directories: app-i18n/ibus-anthy/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: de12dac8a02d9014257839a83886da4f569debf9 X-VCS-Branch: master Date: Tue, 12 May 2020 14:24:28 +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: 291374f8-4ea2-4130-8cd0-3e654cfe40d3 X-Archives-Hash: 1f5835f46e325f6ea1d4b37a5a436f08 commit: de12dac8a02d9014257839a83886da4f569debf9 Author: Akinori Hattori gentoo org> AuthorDate: Tue May 12 14:20:16 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue May 12 14:20:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de12dac8 app-i18n/ibus-anthy: update PYTHON_COMPAT Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild | 2 +- app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild | 2 +- app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild index 918d14a6661..bfac831d0a2 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit gnome2-utils python-single-r1 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild index 69b11608af8..7a819ffc87d 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit gnome2-utils python-single-r1 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild index 6a99e0b6b4b..a6d54f15b8c 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit gnome2-utils python-single-r1