From: Michał Górny Date: Fri, 7 Feb 2020 16:57:25 +0000 (+0100) Subject: media-video/griffith: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=73c4175b2039e1353cc95b9c26611383fdfd2051;p=gentoo.git media-video/griffith: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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 )"