summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-22 18:17:44 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-22 20:40:24 +0200
commit8400852f066f25399ff6a3a2293b29c997cdac6f (patch)
tree90de62064c476ed3ed7c41db8451fa8e8b860da4 /dev-python/cangjie
parentdev-python/basho-erlastic: Enable py3.{7,8} (diff)
downloadgentoo-8400852f066f25399ff6a3a2293b29c997cdac6f.tar.gz
gentoo-8400852f066f25399ff6a3a2293b29c997cdac6f.tar.bz2
gentoo-8400852f066f25399ff6a3a2293b29c997cdac6f.zip
dev-python/cangjie: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cangjie')
-rw-r--r--dev-python/cangjie/cangjie-1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cangjie/cangjie-1.3.ebuild b/dev-python/cangjie/cangjie-1.3.ebuild
index c31639bf3165..96769343a7e8 100644
--- a/dev-python/cangjie/cangjie-1.3.ebuild
+++ b/dev-python/cangjie/cangjie-1.3.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 autotools python-r1