diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-08 07:51:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:46:42 +0100 |
commit | 929396c54defdd47ef4690885ccb7732b7228765 (patch) | |
tree | fc420fda4ece266dcdd5b00c7ebbd8d551e4bf7b /net-misc/pytvshows | |
parent | net-misc/pssh: Remove duplicate setuptools dep (diff) | |
download | gentoo-929396c54defdd47ef4690885ccb7732b7228765.tar.gz gentoo-929396c54defdd47ef4690885ccb7732b7228765.tar.bz2 gentoo-929396c54defdd47ef4690885ccb7732b7228765.zip |
net-misc/pytvshows: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/pytvshows')
-rw-r--r-- | net-misc/pytvshows/pytvshows-0.2-r4.ebuild (renamed from net-misc/pytvshows/pytvshows-0.2-r3.ebuild) | 7 |
1 files 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 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" |