net-nntp/sabnzbd: add PYTHON_USEDEPs
authorJustin Bronder <jsbronder@gentoo.org>
Mon, 18 Dec 2017 14:27:35 +0000 (09:27 -0500)
committerJustin Bronder <jsbronder@gentoo.org>
Mon, 18 Dec 2017 14:27:35 +0000 (09:27 -0500)
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

index 939fb5e3da6953f675d8f05647fd767bdb5465bf..0023b511169e518070f667cbd4d2e548bd354011 100644 (file)
@@ -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 ) )