Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/
Date: Wed, 29 Sep 2021 16:55:44
Message-Id: 1632934513.34340911aed07e34df46918e9e12f26e4581cf9c.whissi@gentoo
1 commit: 34340911aed07e34df46918e9e12f26e4581cf9c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 29 15:24:02 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 16:55:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34340911
7
8 net-nntp/sabnzbd: depend on dev-python/guessit
9
10 Bug: https://bugs.gentoo.org/814503
11 Package-Manager: Portage-3.0.26, Repoman-3.0.3
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 net-nntp/sabnzbd/{sabnzbd-3.4.1.ebuild => sabnzbd-3.4.1-r1.ebuild} | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/net-nntp/sabnzbd/sabnzbd-3.4.1.ebuild b/net-nntp/sabnzbd/sabnzbd-3.4.1-r1.ebuild
18 similarity index 98%
19 rename from net-nntp/sabnzbd/sabnzbd-3.4.1.ebuild
20 rename to net-nntp/sabnzbd/sabnzbd-3.4.1-r1.ebuild
21 index 13de3d3ecc8..f491417916f 100644
22 --- a/net-nntp/sabnzbd/sabnzbd-3.4.1.ebuild
23 +++ b/net-nntp/sabnzbd/sabnzbd-3.4.1-r1.ebuild
24 @@ -38,6 +38,7 @@ COMMON_DEPS="
25 dev-python/configobj[${PYTHON_USEDEP}]
26 dev-python/cryptography[${PYTHON_USEDEP}]
27 >=dev-python/feedparser-6[${PYTHON_USEDEP}]
28 + >=dev-python/guessit-3.1.0[${PYTHON_USEDEP}]
29 dev-python/notify2[${PYTHON_USEDEP}]
30 dev-python/portend[${PYTHON_USEDEP}]
31 dev-python/puremagic[${PYTHON_USEDEP}]