Skip to content

Commit

Permalink
media-tv/tvnamer: Fix syntax error where PYTHON_COMPAT was not an array
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Brian Evans committed Nov 8, 2015
1 parent 063cd0c commit 6376530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-tv/tvnamer/tvnamer-2.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

PYTHON_COMPAT="python2_7"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

DESCRIPTION="Automatic TV episode file renamer, data from thetvdb.com"
Expand Down

0 comments on commit 6376530

Please sign in to comment.