From: Mike Frysinger Date: Tue, 28 Mar 2017 19:40:04 +0000 (-0400) Subject: media-tv/tvnamer: require newer tvdb_api and fix python usedep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=465cba5cd4acbff5c419b310da462e3612149cdf;p=gentoo.git media-tv/tvnamer: require newer tvdb_api and fix python usedep The source itself says it requires tvdb_api-1.10 to work. --- diff --git a/media-tv/tvnamer/tvnamer-2.4.ebuild b/media-tv/tvnamer/tvnamer-2.4.ebuild index e2c20d5587db..5d978a2fa6e3 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}]"