commit:     929396c54defdd47ef4690885ccb7732b7228765
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 06:51:36 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:46:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929396c5

net-misc/pytvshows: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../pytvshows/{pytvshows-0.2-r3.ebuild => pytvshows-0.2-r4.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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 48e83a23842..dd398bde85e 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"

Reply via email to