summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 09:51:51 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-07 10:08:30 +0100
commit4dbd877095a5fb958b13a6df3f280f60033de059 (patch)
tree3748b8734c7c794bbb79e94c91fd8c86eb7b35f3
parentdev-python/flufl-lock: Python 3.7 support. (diff)
downloadgentoo-4dbd877095a5fb958b13a6df3f280f60033de059.tar.gz
gentoo-4dbd877095a5fb958b13a6df3f280f60033de059.tar.bz2
gentoo-4dbd877095a5fb958b13a6df3f280f60033de059.zip
app-arch/cfv: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-arch/cfv/cfv-1.18.3-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-arch/cfv/cfv-1.18.3-r1.ebuild b/app-arch/cfv/cfv-1.18.3-r1.ebuild
index 05ba386240c5..3fdafa44a202 100644
--- a/app-arch/cfv/cfv-1.18.3-r1.ebuild
+++ b/app-arch/cfv/cfv-1.18.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,8 +18,10 @@ KEYWORDS="amd64 hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-mac
DEPEND=""
RDEPEND="${PYTHON_DEPS}
- dev-python/python-fchksum[${PYTHON_USEDEP}]
- bittorrent? ( net-p2p/bittornado[${PYTHON_USEDEP}] )"
+ $(python_gen_cond_dep '
+ dev-python/python-fchksum[${PYTHON_MULTI_USEDEP}]
+ bittorrent? ( net-p2p/bittornado[${PYTHON_MULTI_USEDEP}] )
+ ')"
REQUIRED_USE=${PYTHON_REQUIRED_USE}