commit: 51eae3f1bcca363e42adca21b66e40225f62f58f
Author: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 14:27:35 2017 +0000
Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 14:27:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51eae3f1
net-nntp/sabnzbd: add PYTHON_USEDEPs
Should only pull the python2.7 versions of the deps instead of profile
set PYTHON_TARGETS.
Thanks to NP-Hardass.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
net-nntp/sabnzbd/sabnzbd-2.3.1.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/net-nntp/sabnzbd/sabnzbd-2.3.1.ebuild
b/net-nntp/sabnzbd/sabnzbd-2.3.1.ebuild
index 939fb5e3da6..0023b511169 100644
--- a/net-nntp/sabnzbd/sabnzbd-2.3.1.ebuild
+++ b/net-nntp/sabnzbd/sabnzbd-2.3.1.ebuild
@@ -40,13 +40,13 @@ IUSE="+7za +rar unzip"
RDEPEND="
${PYTHON_DEPS}
>=app-arch/par2cmdline-0.4
- >=dev-python/cheetah-2.0.1
- dev-python/configobj
- dev-python/cryptography
- dev-python/feedparser
- dev-python/gntp
- dev-python/pythonutils
- >=dev-python/sabyenc-3.3.1
+ >=dev-python/cheetah-2.0.1[${PYTHON_USEDEP}]
+ dev-python/configobj[${PYTHON_USEDEP}]
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/feedparser[${PYTHON_USEDEP}]
+ dev-python/gntp[${PYTHON_USEDEP}]
+ dev-python/pythonutils[${PYTHON_USEDEP}]
+ >=dev-python/sabyenc-3.3.1[${PYTHON_USEDEP}]
net-misc/wget
7za? ( app-arch/p7zip )
rar? ( || ( app-arch/unrar app-arch/rar ) )