Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/totem/
Date: Sun, 09 Feb 2020 16:31:44
Message-Id: 1581265891.f2512a9554b509c74827e1191ba34368d2beaa11.mgorny@gentoo
1 commit: f2512a9554b509c74827e1191ba34368d2beaa11
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:59:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:31:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2512a95
7
8 media-video/totem: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../totem/{totem-3.32.1-r1.ebuild => totem-3.32.1-r2.ebuild} | 12 +++++++++---
13 1 file changed, 9 insertions(+), 3 deletions(-)
14
15 diff --git a/media-video/totem/totem-3.32.1-r1.ebuild b/media-video/totem/totem-3.32.1-r2.ebuild
16 similarity index 92%
17 rename from media-video/totem/totem-3.32.1-r1.ebuild
18 rename to media-video/totem/totem-3.32.1-r2.ebuild
19 index 0a1b3d38e9a..dc7f5d91260 100644
20 --- a/media-video/totem/totem-3.32.1-r1.ebuild
21 +++ b/media-video/totem/totem-3.32.1-r2.ebuild
22 @@ -45,7 +45,10 @@ DEPEND="
23 lirc? ( app-misc/lirc )
24 python? (
25 ${PYTHON_DEPS}
26 - >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] )
27 + $(python_gen_cond_dep '
28 + >=dev-python/pygobject-2.90.3:3[${PYTHON_MULTI_USEDEP}]
29 + ')
30 + )
31 "
32 RDEPEND="${DEPEND}
33 media-plugins/grilo-plugins:0.3
34 @@ -53,8 +56,11 @@ RDEPEND="${DEPEND}
35 media-plugins/gst-plugins-taglib:1.0
36 x11-themes/adwaita-icon-theme
37 python? (
38 - >=dev-libs/libpeas-1.1.0[python,${PYTHON_USEDEP}]
39 - dev-python/dbus-python[${PYTHON_USEDEP}] )
40 + >=dev-libs/libpeas-1.1.0[python,${PYTHON_SINGLE_USEDEP}]
41 + $(python_gen_cond_dep '
42 + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
43 + ')
44 + )
45 "
46 BDEPEND="
47 dev-lang/perl