diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 17:57:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:31:29 +0100 |
commit | 73c4175b2039e1353cc95b9c26611383fdfd2051 (patch) | |
tree | 200d776457ab08f288f5a4034e2a6023c866029d /media-video | |
parent | media-tv/plex-media-server: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-73c4175b2039e1353cc95b9c26611383fdfd2051.tar.gz gentoo-73c4175b2039e1353cc95b9c26611383fdfd2051.tar.bz2 gentoo-73c4175b2039e1353cc95b9c26611383fdfd2051.zip |
media-video/griffith: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/griffith/griffith-0.13-r3.ebuild (renamed from media-video/griffith/griffith-0.13-r2.ebuild) | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/media-video/griffith/griffith-0.13-r2.ebuild b/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 )" |