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 52AE1138359 for ; Mon, 16 Nov 2020 19:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59060E07C5; Mon, 16 Nov 2020 19:51:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 42807E07B3 for ; Mon, 16 Nov 2020 19:51:47 +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 D24B73412A1 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 8E571466 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.c65216cf7387b605423a8faa35409c1b300c3853.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/xsunpinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild X-VCS-Directories: app-i18n/xsunpinyin/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c65216cf7387b605423a8faa35409c1b300c3853 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: 0dad200a-ed10-44cd-b148-00b0a462182a X-Archives-Hash: 267316435b49a9dcb60d7daebded3226 commit: c65216cf7387b605423a8faa35409c1b300c3853 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Nov 13 09: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=c65216cf app-i18n/xsunpinyin: Add support for Python 3.9. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild b/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild index 410b2300943..f27c56b3803 100644 --- a/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild +++ b/app-i18n/xsunpinyin/xsunpinyin-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