From: Justin Bronder Date: Mon, 18 Dec 2017 14:27:35 +0000 (-0500) Subject: net-nntp/sabnzbd: add PYTHON_USEDEPs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=51eae3f1bcca363e42adca21b66e40225f62f58f;p=gentoo.git 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 --- 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 ) )