From 73c4175b2039e1353cc95b9c26611383fdfd2051 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 17:57:25 +0100 Subject: [PATCH] media-video/griffith: 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 --- ...th-0.13-r2.ebuild => griffith-0.13-r3.ebuild} | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) rename media-video/griffith/{griffith-0.13-r2.ebuild => griffith-0.13-r3.ebuild} (83%) diff --git a/media-video/griffith/griffith-0.13-r2.ebuild b/media-video/griffith/griffith-0.13-r3.ebuild similarity index 83% rename from media-video/griffith/griffith-0.13-r2.ebuild rename to media-video/griffith/griffith-0.13-r3.ebuild index aa9efbb2fc61..d606fd887aac 100644 --- a/media-video/griffith/griffith-0.13-r2.ebuild +++ b/media-video/griffith/griffith-0.13-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,12 +22,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - dev-python/pillow[${PYTHON_USEDEP}] - gnome-base/libglade[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-0.5.2[${PYTHON_USEDEP}] - >=dev-python/reportlab-1.19[${PYTHON_USEDEP}]" + gnome-base/libglade[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pillow[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygtk-2.6.1:2[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}] + >=dev-python/sqlalchemy-0.5.2[${PYTHON_MULTI_USEDEP}] + >=dev-python/reportlab-1.19[${PYTHON_MULTI_USEDEP}] + ')" DEPEND="${RDEPEND} doc? ( app-text/docbook2X )" -- 2.26.2