net-misc/pytvshows: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Sat, 8 Feb 2020 06:51:36 +0000 (07:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:46:42 +0000 (17:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/pytvshows/pytvshows-0.2-r4.ebuild [moved from net-misc/pytvshows/pytvshows-0.2-r3.ebuild with 82% similarity]

similarity index 82%
rename from net-misc/pytvshows/pytvshows-0.2-r3.ebuild
rename to net-misc/pytvshows/pytvshows-0.2-r4.ebuild
index 48e83a238426f925e567a3ea5b86e97c0923b4a5..dd398bde85ea3c1e7f72f60feaf6e34a7c0877ba 100644 (file)
@@ -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"