app-arch/cfv: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 08:51:51 +0000 (09:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 09:08:30 +0000 (10:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-arch/cfv/cfv-1.18.3-r1.ebuild

index 05ba386240c5f0c0bb7f9dfd7e5d9a95d390afb7..3fdafa44a202e71ff95d2fab2e094364504edac0 100644 (file)
@@ -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}