commit: 73c4175b2039e1353cc95b9c26611383fdfd2051
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 16:57:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:31:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c4175b
media-video/griffith: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{griffith-0.13-r2.ebuild => griffith-0.13-r3.ebuild} | 16 +++++++++-------
1 file 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
similarity index 83%
rename from media-video/griffith/griffith-0.13-r2.ebuild
rename to media-video/griffith/griffith-0.13-r3.ebuild
index aa9efbb2fc6..d606fd887aa 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 )"