commit: 465cba5cd4acbff5c419b310da462e3612149cdf
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 19:40:04 2017 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 03:28:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465cba5c
media-tv/tvnamer: require newer tvdb_api and fix python usedep
The source itself says it requires tvdb_api-1.10 to work.
media-tv/tvnamer/tvnamer-2.4.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/media-tv/tvnamer/tvnamer-2.4.ebuild
b/media-tv/tvnamer/tvnamer-2.4.ebuild
index e2c20d5587d..5d978a2fa6e 100644
--- 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}]"