mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-28 09:58:08 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user