dev-python/envisage: Fix syntax error where PYTHON_COMPAT was not an array

Package-Manager: portage-2.2.20.1
This commit is contained in:
Brian Evans
2015-11-07 22:20:07 -05:00
parent fe940dbaa2
commit 063cd0cfaf

View File

@@ -5,7 +5,7 @@
EAPI=5
# py2.6 fails testsuite horribly
PYTHON_COMPAT=python2_7
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 virtualx