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 6005D138359 for ; Sat, 1 Aug 2020 12:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81343E0A52; Sat, 1 Aug 2020 12:43:45 +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 5CB9FE09F7 for ; Sat, 1 Aug 2020 12:43:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D70CB34F27A for ; Sat, 1 Aug 2020 12:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E23DE2FE for ; Sat, 1 Aug 2020 12:43:41 +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: <1596285344.76a303c1adb2690529f36f0641af6e0fe58f5194.hattya@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-r1.ebuild X-VCS-Directories: app-i18n/ibus-cangjie/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 76a303c1adb2690529f36f0641af6e0fe58f5194 X-VCS-Branch: master Date: Sat, 1 Aug 2020 12:43:41 +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: 31815397-db4c-4c20-9680-e210b095ab1a X-Archives-Hash: 860c1b8cc5e7bb0112ff64b680d8f552 commit: 76a303c1adb2690529f36f0641af6e0fe58f5194 Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 1 12:35:44 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 1 12:35:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a303c1 app-i18n/ibus-cangjie: update PYTHON_COMPAT Closes: https://bugs.gentoo.org/718218 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild index 6d11b6fa34a..2c17f511f6d 100644 --- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild +++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-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} ) inherit gnome2-utils python-r1 xdg