app-cdr/cdcover: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 08:53:31 +0000 (09:53 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 09:08:32 +0000 (10:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-cdr/cdcover/cdcover-0.7.4-r1.ebuild

index e0a978a39c8473961a103c59149936e1b4ad9e80..156c79a1be0a54cb59c023e1c73966b2113d57f9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE="cddb"
 
 RDEPEND="${PYTHON_DEPS}
-       cddb? ( dev-python/cddb-py[${PYTHON_USEDEP}] )
+       cddb? (
+               $(python_gen_cond_dep 'dev-python/cddb-py[${PYTHON_MULTI_USEDEP}]')
+       )
        media-sound/cd-discid"
 DEPEND=""