From dddda1f1f3ae9a237f1bcf8e48a4772df438eeb6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 09:53:31 +0100 Subject: [PATCH] app-cdr/cdcover: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 e0a978a39c84..156c79a1be0a 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="" -- 2.26.2