From: Michał Górny Date: Fri, 7 Feb 2020 08:53:53 +0000 (+0100) Subject: app-cdr/gtkcdlabel: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=25619c7456587a9f7e3e1e65077330b15b12c918;p=gentoo.git app-cdr/gtkcdlabel: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild b/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild index f0e3b51cba89..c0c631081be7 100644 --- a/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild +++ b/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,9 @@ IUSE="" DEPEND="${PYTHON_DEPS} >=app-cdr/cdlabelgen-4 - dev-python/pygtk[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/pygtk[${PYTHON_MULTI_USEDEP}] + ')" RDEPEND="${DEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}"