Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pytvshows/
Date: Sun, 09 Feb 2020 16:47:08
Message-Id: 1581266802.929396c54defdd47ef4690885ccb7732b7228765.mgorny@gentoo
1 commit: 929396c54defdd47ef4690885ccb7732b7228765
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 06:51:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:46:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929396c5
7
8 net-misc/pytvshows: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pytvshows/{pytvshows-0.2-r3.ebuild => pytvshows-0.2-r4.ebuild} | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/pytvshows/pytvshows-0.2-r3.ebuild b/net-misc/pytvshows/pytvshows-0.2-r4.ebuild
16 similarity index 82%
17 rename from net-misc/pytvshows/pytvshows-0.2-r3.ebuild
18 rename to net-misc/pytvshows/pytvshows-0.2-r4.ebuild
19 index 48e83a23842..dd398bde85e 100644
20 --- a/net-misc/pytvshows/pytvshows-0.2-r3.ebuild
21 +++ b/net-misc/pytvshows/pytvshows-0.2-r4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -18,7 +18,10 @@ KEYWORDS="amd64 ~ppc x86"
29 IUSE=""
30
31 DEPEND=""
32 -RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
33 +RDEPEND="
34 + $(python_gen_cond_dep '
35 + dev-python/feedparser[${PYTHON_MULTI_USEDEP}]
36 + ')"
37
38 PATCHES=(
39 "${FILESDIR}/${P}-ezrss.it.patch"