diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:31:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:34:15 +0100 |
commit | 8afcc5d490e16caf7b884ff8bd00397a926302b4 (patch) | |
tree | 67313c6f9bc64c137ca0922b194e5d99f299d49e /net-nntp | |
parent | net-news/liferea: Switch to PYTHON_SINGLE_USEDEP (diff) | |
download | gentoo-8afcc5d490e16caf7b884ff8bd00397a926302b4.tar.gz gentoo-8afcc5d490e16caf7b884ff8bd00397a926302b4.tar.bz2 gentoo-8afcc5d490e16caf7b884ff8bd00397a926302b4.zip |
net-nntp/sabnzbd: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-2.3.9-r1.ebuild (renamed from net-nntp/sabnzbd/sabnzbd-2.3.9.ebuild) | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-2.3.9.ebuild b/net-nntp/sabnzbd/sabnzbd-2.3.9-r1.ebuild index 3c897b62e6e7..725ecf31daf0 100644 --- a/net-nntp/sabnzbd/sabnzbd-2.3.9.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-2.3.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -40,13 +40,15 @@ IUSE="+7za +rar unzip" RDEPEND=" ${PYTHON_DEPS} >=app-arch/par2cmdline-0.4 - >=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}] + $(python_gen_cond_dep ' + >=dev-python/cheetah-2.0.1[${PYTHON_MULTI_USEDEP}] + dev-python/configobj[${PYTHON_MULTI_USEDEP}] + dev-python/cryptography[${PYTHON_MULTI_USEDEP}] + dev-python/feedparser[${PYTHON_MULTI_USEDEP}] + dev-python/gntp[${PYTHON_MULTI_USEDEP}] + dev-python/pythonutils[${PYTHON_MULTI_USEDEP}] + >=dev-python/sabyenc-3.3.1[${PYTHON_MULTI_USEDEP}] + ') net-misc/wget 7za? ( app-arch/p7zip ) rar? ( || ( app-arch/unrar app-arch/rar ) ) |