media-video/griffith: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 16:57:25 +0000 (17:57 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:31:29 +0000 (17:31 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-video/griffith/griffith-0.13-r3.ebuild [moved from media-video/griffith/griffith-0.13-r2.ebuild with 83% similarity]

similarity index 83%
rename from media-video/griffith/griffith-0.13-r2.ebuild
rename to media-video/griffith/griffith-0.13-r3.ebuild
index aa9efbb2fc619eafc4d01664040552a9d09a4041..d606fd887aac0c282e9be70941ccec5fb392537c 100644 (file)
@@ -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 )"