Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-video/totem/
Date: Mon, 01 Dec 2014 14:02:53
Message-Id: 1417442563.72c679b4c26a9591ee20a803ee3fdd0aff7c745f.mgorny@gentoo
1 commit: 72c679b4c26a9591ee20a803ee3fdd0aff7c745f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 1 14:02:43 2014 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 1 14:02:43 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=72c679b4
7
8 media-video/totem: add missing PYTHON_USEDEPs on libpeas
9
10 Package-Manager: portage-2.2.14
11 RepoMan-Options: --force
12 Manifest-Sign-Key: EFB4464E!
13
14 ---
15 media-video/totem/totem-3.14.1.ebuild | 1 +
16 media-video/totem/totem-9999.ebuild | 1 +
17 2 files changed, 2 insertions(+)
18
19 diff --git a/media-video/totem/totem-3.14.1.ebuild b/media-video/totem/totem-3.14.1.ebuild
20 index ffc63e0..9e19952 100644
21 --- a/media-video/totem/totem-3.14.1.ebuild
22 +++ b/media-video/totem/totem-3.14.1.ebuild
23 @@ -65,6 +65,7 @@ RDEPEND="
24 nautilus? ( >=gnome-base/nautilus-2.91.3 )
25 python? (
26 ${PYTHON_DEPS}
27 + >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}]
28 >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
29 dev-python/pyxdg[${PYTHON_USEDEP}]
30 dev-python/dbus-python[${PYTHON_USEDEP}]
31
32 diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/totem-9999.ebuild
33 index 9583857..698bc70 100644
34 --- a/media-video/totem/totem-9999.ebuild
35 +++ b/media-video/totem/totem-9999.ebuild
36 @@ -75,6 +75,7 @@ RDEPEND="
37 nautilus? ( >=gnome-base/nautilus-2.91.3 )
38 python? (
39 ${PYTHON_DEPS}
40 + >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}]
41 >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
42 dev-python/pyxdg[${PYTHON_USEDEP}]
43 dev-python/dbus-python[${PYTHON_USEDEP}]