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-sound/rhythmbox/
Date: Sun, 09 Feb 2020 16:31:41
Message-Id: 1581265884.4789b845384d27b8cf0b50190a874eb7a209d26c.mgorny@gentoo
1 commit: 4789b845384d27b8cf0b50190a874eb7a209d26c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:53:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:31:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4789b845
7
8 media-sound/rhythmbox: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../rhythmbox/{rhythmbox-3.4.3.ebuild => rhythmbox-3.4.3-r1.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild
16 similarity index 95%
17 rename from media-sound/rhythmbox/rhythmbox-3.4.3.ebuild
18 rename to media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild
19 index b018eac6102..5d67d46725d 100644
20 --- a/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild
21 +++ b/media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild
22 @@ -48,7 +48,9 @@ COMMON_DEPEND="
23 lirc? ( app-misc/lirc )
24 python? (
25 ${PYTHON_DEPS}
26 - >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}]
27 + $(python_gen_cond_dep '
28 + >=dev-python/pygobject-3.0:3[${PYTHON_MULTI_USEDEP}]
29 + ')
30 )
31 udev? (
32 dev-libs/libgudev:=
33 @@ -65,7 +67,7 @@ RDEPEND="${COMMON_DEPEND}
34 media-plugins/gst-plugins-taglib:1.0
35 x11-themes/adwaita-icon-theme
36 python? (
37 - >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}]
38 + >=dev-libs/libpeas-0.7.3[python,${PYTHON_SINGLE_USEDEP}]
39 net-libs/libsoup:2.4[introspection]
40 x11-libs/gdk-pixbuf:2[introspection]
41 x11-libs/gtk+:3[introspection]