diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2017-12-18 09:27:35 -0500 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2017-12-18 09:27:35 -0500 |
commit | 51eae3f1bcca363e42adca21b66e40225f62f58f (patch) | |
tree | 644a07f7e09222c3f160f8b0dd86ee3c252263f5 | |
parent | www-client/opera-developer: Old. (diff) | |
download | gentoo-51eae3f1bcca363e42adca21b66e40225f62f58f.tar.gz gentoo-51eae3f1bcca363e42adca21b66e40225f62f58f.tar.bz2 gentoo-51eae3f1bcca363e42adca21b66e40225f62f58f.zip |
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
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-2.3.1.ebuild | 14 |
1 files 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 939fb5e3da69..0023b511169e 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 ) ) |