From f2512a9554b509c74827e1191ba34368d2beaa11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 17:59:00 +0100 Subject: [PATCH] media-video/totem: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...totem-3.32.1-r1.ebuild => totem-3.32.1-r2.ebuild} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) rename media-video/totem/{totem-3.32.1-r1.ebuild => totem-3.32.1-r2.ebuild} (92%) 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 0a1b3d38e9a1..dc7f5d912604 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 -- 2.26.2