diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-11-13 08:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-11-16 14:51:17 -0500 |
commit | ab619c4e4f0a135882d576ce6c3c360ad9d155ea (patch) | |
tree | 9039de00593d0c572d5ac17290efa95a8fb0c428 /app-i18n/sunpinyin | |
parent | app-i18n/sunpinyin: Add dependency on virtual/libiconv. (diff) | |
download | gentoo-ab619c4e4f0a135882d576ce6c3c360ad9d155ea.tar.gz gentoo-ab619c4e4f0a135882d576ce6c3c360ad9d155ea.tar.bz2 gentoo-ab619c4e4f0a135882d576ce6c3c360ad9d155ea.zip |
app-i18n/sunpinyin: Add support for Python 3.9.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n/sunpinyin')
-rw-r--r-- | app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild index 5879b20f0c21..8944cebe91d1 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 |