summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-11-07 22:19:14 -0500
committerBrian Evans <grknight@gentoo.org>2015-11-07 22:19:14 -0500
commitfe940dbaa2fc9df712c824adbf13ee1ab4387358 (patch)
tree059fc2451710e7601722512fc5bd67110b5d2dd8 /dev-python/tvdb_api
parentdev-python/etsdevtools: Fix syntax error where PYTHON_COMPAT was not an array (diff)
downloadgentoo-fe940dbaa2fc9df712c824adbf13ee1ab4387358.tar.gz
gentoo-fe940dbaa2fc9df712c824adbf13ee1ab4387358.tar.bz2
gentoo-fe940dbaa2fc9df712c824adbf13ee1ab4387358.zip
dev-python/tvdb_api: Fix syntax error where PYTHON_COMPAT was not an array
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/tvdb_api')
-rw-r--r--dev-python/tvdb_api/tvdb_api-1.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tvdb_api/tvdb_api-1.9.ebuild b/dev-python/tvdb_api/tvdb_api-1.9.ebuild
index 0f998e82e445..673194ddc47e 100644
--- a/dev-python/tvdb_api/tvdb_api-1.9.ebuild
+++ b/dev-python/tvdb_api/tvdb_api-1.9.ebuild
@@ -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"