summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2018-09-28 18:21:17 +0800
committerJason Zaman <perfinion@gentoo.org>2018-09-28 18:23:54 +0800
commit758fa359bcbbf4d7ed73e326bfdff8c16ca5b999 (patch)
treeee15d748d473f0ff1ea5924d430f6ba8c068e7f6
parentsci-visualization/tensorboard: bump 1.11.0 (diff)
downloadgentoo-758fa359bcbbf4d7ed73e326bfdff8c16ca5b999.tar.gz
gentoo-758fa359bcbbf4d7ed73e326bfdff8c16ca5b999.tar.bz2
gentoo-758fa359bcbbf4d7ed73e326bfdff8c16ca5b999.zip
dev-python/gast: add python3_5 compat
Package-Manager: Portage-2.3.49, Repoman-2.3.10
-rw-r--r--dev-python/gast/gast-0.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gast/gast-0.2.0.ebuild b/dev-python/gast/gast-0.2.0.ebuild
index 9965a03d1bf9..5c7599fd30d8 100644
--- a/dev-python/gast/gast-0.2.0.ebuild
+++ b/dev-python/gast/gast-0.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python{3_5,3_6} )
inherit distutils-r1
DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"