Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rhythmbox/
Date: Mon, 17 Apr 2017 16:49:25
Message-Id: 1492447733.46c126aee866b9bc278336f75568f14650903300.soap@gentoo
1 commit: 46c126aee866b9bc278336f75568f14650903300
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 16:46:18 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 16:48:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c126ae
7
8 media-sound/rhythmbox: Add missing 'python' use dep
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4434
12
13 media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild | 4 ++--
14 media-sound/rhythmbox/rhythmbox-3.4.1.ebuild | 6 +++---
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild
18 index aae5600b56a..c15305f477b 100644
19 --- a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild
20 +++ b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild
21 @@ -30,7 +30,7 @@ COMMON_DEPEND="
22 >=x11-libs/gtk+-3.16:3[X,introspection]
23 >=x11-libs/gdk-pixbuf-2.18:2
24 >=dev-libs/gobject-introspection-0.10:=
25 - >=dev-libs/libpeas-0.7.3[gtk,python?]
26 + >=dev-libs/libpeas-0.7.3[gtk]
27 >=dev-libs/totem-pl-parser-3.2
28 >=net-libs/libsoup-2.42:2.4
29 >=media-libs/gst-plugins-base-1.4:1.0[introspection]
30 @@ -68,7 +68,7 @@ RDEPEND="${COMMON_DEPEND}
31 media-plugins/gst-plugins-taglib:1.0
32 x11-themes/adwaita-icon-theme
33 python? (
34 - >=dev-libs/libpeas-0.7.3[${PYTHON_USEDEP}]
35 + >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}]
36 net-libs/libsoup:2.4[introspection]
37 x11-libs/gdk-pixbuf:2[introspection]
38 x11-libs/gtk+:3[introspection]
39
40 diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild
41 index fbe2dd05d8f..f99bee2dd9c 100644
42 --- a/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild
43 +++ b/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2016 Gentoo Foundation
46 +# Copyright 1999-2017 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -30,7 +30,7 @@ COMMON_DEPEND="
51 >=x11-libs/gtk+-3.16:3[X,introspection]
52 >=x11-libs/gdk-pixbuf-2.18:2
53 >=dev-libs/gobject-introspection-0.10:=
54 - >=dev-libs/libpeas-0.7.3[gtk,python?]
55 + >=dev-libs/libpeas-0.7.3[gtk]
56 >=dev-libs/totem-pl-parser-3.2
57 >=net-libs/libsoup-2.42:2.4
58 >=media-libs/gst-plugins-base-1.4:1.0[introspection]
59 @@ -68,7 +68,7 @@ RDEPEND="${COMMON_DEPEND}
60 media-plugins/gst-plugins-taglib:1.0
61 x11-themes/adwaita-icon-theme
62 python? (
63 - >=dev-libs/libpeas-0.7.3[${PYTHON_USEDEP}]
64 + >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}]
65 net-libs/libsoup:2.4[introspection]
66 x11-libs/gdk-pixbuf:2[introspection]
67 x11-libs/gtk+:3[introspection]