From: Michał Górny Date: Sat, 8 Feb 2020 06:51:36 +0000 (+0100) Subject: net-misc/pytvshows: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=929396c54defdd47ef4690885ccb7732b7228765;p=gentoo.git net-misc/pytvshows: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/net-misc/pytvshows/pytvshows-0.2-r3.ebuild b/net-misc/pytvshows/pytvshows-0.2-r4.ebuild similarity index 82% rename from net-misc/pytvshows/pytvshows-0.2-r3.ebuild rename to net-misc/pytvshows/pytvshows-0.2-r4.ebuild index 48e83a238426..dd398bde85ea 100644 --- a/net-misc/pytvshows/pytvshows-0.2-r3.ebuild +++ b/net-misc/pytvshows/pytvshows-0.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,10 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="" -RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]" +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/feedparser[${PYTHON_MULTI_USEDEP}] + ')" PATCHES=( "${FILESDIR}/${P}-ezrss.it.patch"