dev-python/gast: add python3_5 compat

Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
Jason Zaman
2018-09-28 18:21:17 +08:00
parent 88893ecd80
commit 758fa359bc

View File

@@ -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)"