commit: 758fa359bcbbf4d7ed73e326bfdff8c16ca5b999
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 10:21:17 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 10:23:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758fa359
dev-python/gast: add python3_5 compat
Package-Manager: Portage-2.3.49, Repoman-2.3.10
dev-python/gast/gast-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/gast/gast-0.2.0.ebuild
b/dev-python/gast/gast-0.2.0.ebuild
index 9965a03d1bf..5c7599fd30d 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)"