mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
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:
@@ -5,7 +5,7 @@
|
||||
EAPI=5
|
||||
|
||||
# py2.6 fails testsuite horribly
|
||||
PYTHON_COMPAT=python2_7
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 virtualx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user