From 25619c7456587a9f7e3e1e65077330b15b12c918 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 09:53:53 +0100 Subject: [PATCH] app-cdr/gtkcdlabel: 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/gtkcdlabel/gtkcdlabel-1.15.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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}" -- 2.26.2