projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a79089
)
media-tv/tvnamer: require newer tvdb_api and fix python usedep
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 28 Mar 2017 19:40:04 +0000
(15:40 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 31 Mar 2017 03:28:56 +0000
(23:28 -0400)
The source itself says it requires tvdb_api-1.10 to work.
media-tv/tvnamer/tvnamer-2.4.ebuild
patch
|
blob
|
history
diff --git
a/media-tv/tvnamer/tvnamer-2.4.ebuild
b/media-tv/tvnamer/tvnamer-2.4.ebuild
index e2c20d5587dbfa6f761cbcb69c3d442ec180adae..5d978a2fa6e37584f287528d0f803975a268631f 100644
(file)
--- a/
media-tv/tvnamer/tvnamer-2.4.ebuild
+++ b/
media-tv/tvnamer/tvnamer-2.4.ebuild
@@
-15,7
+15,5
@@
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-python/tvdb_api"
-DEPEND="${DEPEND}
- dev-python/setuptools
-"
+RDEPEND=">=dev-python/tvdb_api-1.10_pre[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"