media-video/photofilmstrip: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Sat, 8 Feb 2020 06:44:29 +0000 (07:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:46:34 +0000 (17:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild [moved from media-video/photofilmstrip/photofilmstrip-3.7.1.ebuild with 87% similarity]

similarity index 87%
rename from media-video/photofilmstrip/photofilmstrip-3.7.1.ebuild
rename to media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild
index bd308e4f0daa0bb56af96d4b5dff94bc7dfefd51..642f93edc0e6b766dd03d10c9a524bac49aa4feb 100644 (file)
@@ -18,12 +18,18 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
-RDEPEND="dev-python/gst-python[${PYTHON_USEDEP}]
-       dev-python/pillow[${PYTHON_USEDEP}]
-       dev-python/wxpython:4.0[${PYTHON_USEDEP}]
+RDEPEND="
+       $(python_gen_cond_dep '
+               dev-python/gst-python[${PYTHON_MULTI_USEDEP}]
+               dev-python/pillow[${PYTHON_MULTI_USEDEP}]
+               dev-python/wxpython:4.0[${PYTHON_MULTI_USEDEP}]
+       ')
        media-plugins/gst-plugins-jpeg:1.0
        x11-libs/wxGTK:*[X]"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+DEPEND="
+       $(python_gen_cond_dep '
+               doc? ( dev-python/sphinx[${PYTHON_MULTI_USEDEP}] )
+       ')"
 
 PATCHES=( "${FILESDIR}/${P}-disable-docs-by-default.patch" )