dev-python/tvdb_api: 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:19:14 -05:00
parent a2dc5b80aa
commit fe940dbaa2

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT="python2_7"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Python interface to thetvdb.com API"