commit:     f2512a9554b509c74827e1191ba34368d2beaa11
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 16:59:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:31:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2512a95

media-video/totem: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../totem/{totem-3.32.1-r1.ebuild => totem-3.32.1-r2.ebuild} | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/media-video/totem/totem-3.32.1-r1.ebuild 
b/media-video/totem/totem-3.32.1-r2.ebuild
similarity index 92%
rename from media-video/totem/totem-3.32.1-r1.ebuild
rename to media-video/totem/totem-3.32.1-r2.ebuild
index 0a1b3d38e9a..dc7f5d91260 100644
--- a/media-video/totem/totem-3.32.1-r1.ebuild
+++ b/media-video/totem/totem-3.32.1-r2.ebuild
@@ -45,7 +45,10 @@ DEPEND="
        lirc? ( app-misc/lirc )
        python? (
                ${PYTHON_DEPS}
-               >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] )
+               $(python_gen_cond_dep '
+                       >=dev-python/pygobject-2.90.3:3[${PYTHON_MULTI_USEDEP}]
+               ')
+       )
 "
 RDEPEND="${DEPEND}
        media-plugins/grilo-plugins:0.3
@@ -53,8 +56,11 @@ RDEPEND="${DEPEND}
        media-plugins/gst-plugins-taglib:1.0
        x11-themes/adwaita-icon-theme
        python? (
-               >=dev-libs/libpeas-1.1.0[python,${PYTHON_USEDEP}]
-               dev-python/dbus-python[${PYTHON_USEDEP}] )
+               >=dev-libs/libpeas-1.1.0[python,${PYTHON_SINGLE_USEDEP}]
+               $(python_gen_cond_dep '
+                       dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+               ')
+       )
 "
 BDEPEND="
        dev-lang/perl

Reply via email to