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 E6D8C13835D for ; Mon, 16 Nov 2020 19:51:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B2E2E07A7; Mon, 16 Nov 2020 19:51:47 +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 E4544E07A7 for ; Mon, 16 Nov 2020 19:51:46 +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 C866A3412A3 for ; Mon, 16 Nov 2020 19:51:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BBDC464 for ; Mon, 16 Nov 2020 19:51:42 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1605556277.ab619c4e4f0a135882d576ce6c3c360ad9d155ea.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/sunpinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild X-VCS-Directories: app-i18n/sunpinyin/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ab619c4e4f0a135882d576ce6c3c360ad9d155ea X-VCS-Branch: master Date: Mon, 16 Nov 2020 19:51:42 +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: 670d74de-3b79-46c8-94f3-3c7e083ea374 X-Archives-Hash: b41a6baeda2fb2c9daec1e6af159e973 commit: ab619c4e4f0a135882d576ce6c3c360ad9d155ea Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Nov 13 08:00:00 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Nov 16 19:51:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab619c4e app-i18n/sunpinyin: Add support for Python 3.9. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild index 5879b20f0c2..8944cebe91d 100644 --- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild +++ b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{3_6,3_7,3_8}) +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) inherit python-any-r1 scons-utils toolchain-funcs