commit: dddda1f1f3ae9a237f1bcf8e48a4772df438eeb6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 08:53:31 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 09:08:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddda1f1
app-cdr/cdcover: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-cdr/cdcover/cdcover-0.7.4-r1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-cdr/cdcover/cdcover-0.7.4-r1.ebuild
b/app-cdr/cdcover/cdcover-0.7.4-r1.ebuild
index e0a978a39c8..156c79a1be0 100644
--- a/app-cdr/cdcover/cdcover-0.7.4-r1.ebuild
+++ b/app-cdr/cdcover/cdcover-0.7.4-r1.ebuild
@@ -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=""